WebSocket terminal emulator tty.js with reverse proxy



WebSocket terminal emulator tty.js with reverse proxy

WebSocket terminal emulator tty.js with reverse proxy

javascript terminal emulator using websockets integrated with other web content by a reverse proxy server

the proxy server and the terminal server are separate node.js applications (http://nodejs.org/)
the proxy server is based on node-http-proxy (https://github.com/nodejitsu/node-http-proxy)
the terminal server is based on tty.js (https://github.com/chjj/tty.js)
the WebSocket implementation in tty.js is socket.io (http://socket.io)
the web server is Apache HTTPD (http://httpd.apache.org/)

Comments are closed.