https://github.com/matthewbdaly/twitter-stream
A simple Twitter stream viewer that uses Node.js, React.js and Redis
https://github.com/matthewbdaly/twitter-stream
Last synced: 7 months ago
JSON representation
A simple Twitter stream viewer that uses Node.js, React.js and Redis
- Host: GitHub
- URL: https://github.com/matthewbdaly/twitter-stream
- Owner: matthewbdaly
- License: mit
- Created: 2015-09-26T18:29:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T18:42:09.000Z (over 9 years ago)
- Last Synced: 2024-04-14T04:02:31.094Z (about 1 year ago)
- Language: CSS
- Size: 1.68 MB
- Stars: 12
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twitter-stream
A simple Twitter stream viewer that uses Node.js, React.js and Redis.There are two files that need to be run. `worker.js` fetches the tweets and publishes them to Redis. `index.js` handles HTTP requests and sends new tweets to users using Socket.io.