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

https://github.com/aswinbarath/tweet-stream

Real-time Tweet streaming application
https://github.com/aswinbarath/tweet-stream

expressjs nodejs requests socket-io

Last synced: 3 months ago
JSON representation

Real-time Tweet streaming application

Awesome Lists containing this project

README

          

# Tweet Stream


Tweet Stream Cover Design

Real time Tweet streaming application

---

## Demo


Tweet Stream Demo

---

## What's Unique in this Project

- The Tweet Stream project uses Twitter Developer API extensively to set Tweet Fields, Get Rules, Set Rules, and Delete Rules
- The Express JS framework on top of Node JS Runtime gets the Tweet Stream by fetching them using Twitter Developer APIs
- Socket.io allows us to use web sockets to facilitate open door connection between client and server, and here the projects connects the client views with the node server
- The Microservice adds Tweets to the DOM dynamically

---