A trivial example of a SSH terminal in your browser using node.js, express.io and ssh2. Based on Fabrice Bellard's vt100 for jslinux.
Requirements:
- node.js -- v0.8.7 or newer
- ssh2
- express.io
Install:
npm install express.io
npm install ssh2
Run:
node server.js
Connect:
http://localhost:8080
Replaced by: