A Node.js app which uses Express and Sockets.io to deploy a simple chat program
$ git clone git@github.com:slightlymadphoenix/websocket-chat.git #Or clone your own fork
$ cd websocket-chat
$ npm install
$ node start
Your app should now be running at localhost:4000.