Node.js Websocket Test

A tiny demo using the einaros/ws WebSockets implementation.

Running Locally

npm install
npm start

Running on Heroku

heroku create
git push heroku master
heroku open