https://github.com/Gottox/node-webterm
simple demo application for child_pty and terminal.js.
https://github.com/Gottox/node-webterm
Last synced: 20 days ago
JSON representation
simple demo application for child_pty and terminal.js.
- Host: GitHub
- URL: https://github.com/Gottox/node-webterm
- Owner: Gottox
- Created: 2014-11-22T02:18:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T12:45:55.000Z (over 4 years ago)
- Last Synced: 2025-05-20T15:05:44.157Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.17 MB
- Stars: 249
- Watchers: 14
- Forks: 60
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-projects - node-webterm - simple demo application for child_pty and terminal.js. ⭐249 `JavaScript` (📦 Legacy & Inactive Projects)
README
terminal.js-webshell
====================
this is a demo application for [child_pty](https://github.com/Gottox/child_pty) and [terminal.js](https://github.com/Gottox/terminal.js).
running this demo
-----------------
```
npm install
npm start
```
Then point your browser to http://127.0.0.1:3000
