ExpressJS And Web Sockets: Streaming Tweets in Real-Time Without Any Problemsby@tarique93102
1,086 reads

ExpressJS And Web Sockets: Streaming Tweets in Real-Time Without Any Problems

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

We would be using React as our client and Node with Express for our server. The magic of sending real-time messages is achieved through web sockets, especially on the web (as the name suggests) Web sockets is a network technology that enables two-way communication between a user’s browser and a server in real time. In order to stream the twitter data on the server-side, we would require two libraries in particular — Twit (handles streams and connections to Twitter) and Socket.io (helps create socket connection on the. server)

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - ExpressJS And Web Sockets: Streaming Tweets in Real-Time Without Any Problems
Tarique Ejaz HackerNoon profile picture

@tarique93102

Tarique Ejaz

JavaScript Enthusiast. Believes code can change the world.


Receive Stories from @tarique93102

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!