Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siggy/node_streaming_site
example website using node and twitter streaming
https://github.com/siggy/node_streaming_site
Last synced: about 1 month ago
JSON representation
example website using node and twitter streaming
- Host: GitHub
- URL: https://github.com/siggy/node_streaming_site
- Owner: siggy
- Created: 2012-11-01T00:57:53.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-01T00:59:17.000Z (about 12 years ago)
- Last Synced: 2023-03-11T01:16:40.286Z (over 1 year ago)
- Language: JavaScript
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
heypic.me on node.js
====================Installation
------------npm install hiredis redis express socket.io geocoder
Booting redis
-------------redis-server
Booting node
-----------# development
node heypic_streamer.js
node heypic_processor.js
node heypic_server.js# production
monit start heypic_streamer
monit start heypic_processor
monit start heypic_server