An open API service indexing awesome lists of open source software.

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

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.