this is a demo application for child_pty and terminal.js.
cd node-webterm
npm install
npm start
Then point your browser to http://127.0.0.1:3000
To share a terminal (ref):
script -f ~/script.log # in the terminal to be sharedThen change the input to:
"login": "tail -f ~/script.log",
WARN: all content is sent via pure HTTP (plain text).
