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
- Host: GitHub
- URL: https://github.com/aswinbarath/tweet-stream
- Owner: AswinBarath
- Created: 2021-10-07T02:22:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T17:36:53.000Z (over 4 years ago)
- Last Synced: 2025-05-14T02:51:18.599Z (about 1 year ago)
- Topics: expressjs, nodejs, requests, socket-io
- Language: JavaScript
- Homepage:
- Size: 2.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tweet Stream
Real time Tweet streaming application
---
## 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
---