https://github.com/sectore/node-socket.io-push-image-demo
Simple demo for pushing image data to clients using Node.js and Socket.IO
https://github.com/sectore/node-socket.io-push-image-demo
Last synced: about 1 year ago
JSON representation
Simple demo for pushing image data to clients using Node.js and Socket.IO
- Host: GitHub
- URL: https://github.com/sectore/node-socket.io-push-image-demo
- Owner: sectore
- Created: 2011-12-20T16:11:58.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-12-22T19:02:09.000Z (over 14 years ago)
- Last Synced: 2024-04-14T01:51:30.817Z (about 2 years ago)
- Language: CoffeeScript
- Homepage:
- Size: 245 KB
- Stars: 39
- Watchers: 8
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demo (on Vimeo)
===
[](http://vimeo.com/34076718)
Installation
===
1) Open Terminal
git clone https://github.com/sectore/node-socket.io-push-image-demo
cd node-socket.io-push-image-demo/
npm install .
coffee app.coffee
2) Open Browser and point to [http://localhost:8080/](http://localhost:8080/) Follow the instructions.
@Author
===
Jens Krause // [WEBSECTOR.DE](http://www.websector.de)