Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 290 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 290 Bytes

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