Realtime data streaming using server-sent events(SSE) with react.js and node.js - DEV Community
dev.to · 2,837 words · saved by 1 readers
We live in a world where real-time data streaming has become paramount. Real-time data streaming has...
We live in a world where real-time data streaming has become paramount. Real-time data streaming has become a necessity in modern applications because it keeps users notified immediately an event happens. But most of the communication we see on the internet involves a client application making a request to the server which in turn processes the request and send back response to the client. This takes time to process and there are scenarios where a server needs to send data to the client without the client necessarily initiating a request. This could be done using long polling, websockets, webh
related reading
- What Server-Sent Events is - and how and when to implement it | Ably Realtimeably.com
- Server Sent Events are still not production ready after a decade. A lesson for me, a warning for you! - DEV Communitydev.to
- Making Sense of React Server Components • Josh W. Comeaujoshwcomeau.com
- RSC From Scratch. Part 1: Server Components · reactwg server-components · Discussion #5github.com
- Markov's Salonmarkovs-salon.vercel.app
- The simplest way to add server sent events to Django 🏺 - Tom Dekanphotondesigner.com
- Realtime with serverless using Websocket in AWSunimedia.tech
- S2, the durable stream APIs2.dev
- Soup of Life – Watch Life Emerge in Real Timesoupof.life
- Navigating the future of frontendfrontendmastery.com
- We migrated 50,000 lines of code to React Server Componentsmux.com
- the-websocket-handbook.pdfpages.ably.com