Skip to content

SunnyBingoMe/node-webterm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminal.js-webshell

this is a demo application for child_pty and terminal.js.

running this demo

cd node-webterm
npm install
npm start

Then point your browser to http://127.0.0.1:3000

Demo

To share a terminal (ref):

script -f ~/script.log # in the terminal to be shared

Then change the input to:

"login": "tail -f ~/script.log",

WARN: all content is sent via pure HTTP (plain text).

About

simple demo application for child_pty and terminal.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • HTML 14.1%