https://github.com/simonewebdesign/websockets_challenge
https://github.com/simonewebdesign/websockets_challenge
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonewebdesign/websockets_challenge
- Owner: simonewebdesign
- Created: 2015-03-18T16:23:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T16:19:20.000Z (about 11 years ago)
- Last Synced: 2025-02-26T07:17:57.228Z (over 1 year ago)
- Language: HTML
- Size: 128 KB
- Stars: 0
- 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
npm start
```
# Running on Heroku
``` bash
heroku create
git push heroku master
heroku open
```