/node-ws-test

A tiny demo using the einaros/ws WebSockets implementation.

Primary LanguageJavaScript

Node.js Websocket Test

A tiny demo using the einaros/ws WebSockets implementation.

Running Locally

npm install
foreman start

Running on Heroku

heroku create
heroku labs:enable websockets
git push heroku master
heroku open