An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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

![Demo](https://raw.githubusercontent.com/Gottox/terminal.js-webshell/master/demo.gif)