Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thieman/snake-node
https://github.com/thieman/snake-node
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thieman/snake-node
- Owner: thieman
- Created: 2013-10-16T15:27:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-16T21:56:11.000Z (about 11 years ago)
- Last Synced: 2024-04-15T14:56:14.109Z (7 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
foreman start
```# Running on Heroku
``` bash
heroku create
heroku labs:enable websockets
git push heroku master
heroku open
```