TermRecord
TermRecord copied to clipboard
Real-time streaming of console sessions
As sessions are logged via script or ttyrecord, it would be nice to support streaming that data to a web browser.
This would require:
(1) WebSockets or similar Web API (long JSON request to get data of the session) (2) New template for HTML + JavaScript supporting streaming
In this manner, using just a web browser, someone could "drop-in" and observe the operations on another user's console.
New feature idea from @spawnflagger.