Skip to content

Instantly share code, notes, and snippets.

View pjm073's full-sized avatar

Jeffrey Payne pjm073

View GitHub Profile
@pjm073
pjm073 / server.js
Created December 31, 2015 19:49 — forked from mixonic/server.js
Node.js + Socket.io + Bash. A collaborative terminal for your browser.
//
// This server will start a bash shell and expose it
// over socket.io to a browser. See ./term.html for the
// client side.
//
// You should probably:
//
// npm install socket.io
// curl -O https://github.com/LearnBoost/Socket.IO/raw/master/socket.io.min.js
//