Instructions: 1. `npm install express faye-websocket ssh2 term.js` 2. Create a `public` subdirectory 3. Place `client.htm` in `public` 4. Edit the ssh connection details in `server.js`. See the documentation for the `connect()` method in the [ssh2 readme](https://github.com/mscdex/ssh2) for more information. 5. Start the server with `node server.js` 6. Visit [http://localhost:8000/client.htm](http://localhost:8000/client.htm) in a WebSocket-capable browser