Skip to content

tweeter feeds live streaming using nodejs as backend server, angular 7.2 as frontend

License

Notifications You must be signed in to change notification settings

saroj33/tweeter-feeds-live-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweeter-feeds-live-streaming

Tweeter feeds live streaming using nodejs as backend server, angular 7.2 as frontend.

Unique socket connection for each instances of frontend server.

Real time twitter statuses with real time filters.

Getting started (for new beginner on node and angular like me :))

clone the repo to your local computer.

cd inside the twitter-feed-server.

Run "npm install".

Rename config_sample.json to config.json and enter your twitter credentials.

Run "npm start" or "nodemon" (nodemon will restart server automatically everytime there is change in code).

Now cd inside the twitter-feed-frontend.

Run "npm install".

Now run "ng serve --port 3333" and visit http://localhost:3333 .

References and may be some part of code used:

https://scotch.io/tutorials/creating-a-single-page-todo-app-with-node-and-angular .

https://github.com/alligatorio/socket-example .

https://github.com/twitterdev/streaming-demos-node .

About

tweeter feeds live streaming using nodejs as backend server, angular 7.2 as frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published