An open API service indexing awesome lists of open source software.

https://github.com/simonewebdesign/websockets_challenge


https://github.com/simonewebdesign/websockets_challenge

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Node.js Websocket Test

A tiny demo using the [einaros/ws](http://einaros.github.io/ws/) WebSockets implementation.

# Running Locally

``` bash
npm install
npm start
```

# Running on Heroku

``` bash
heroku create
git push heroku master
heroku open
```