Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 257 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 257 Bytes

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