#server-sent-events

[ follow ]
#real-time-communication
Hackernoon
1 year ago
JavaScript

Server Sent Events 101: A Guide | HackerNoon

SSE provides a one-way connection from server to client using HTTP for real-time data transmission. [ more ]
Medium
6 months ago
Data science

SSE vs WebSockets

SSE and WebSockets are efficient real-time communication protocols for data exchange. [ more ]
Hackernoon
1 year ago
JavaScript

Server Sent Events 101: A Guide | HackerNoon

SSE provides a one-way connection from server to client using HTTP for real-time data transmission. [ more ]
Medium
6 months ago
Data science

SSE vs WebSockets

SSE and WebSockets are efficient real-time communication protocols for data exchange. [ more ]
morereal-time-communication
Sitepoint
6 months ago
JavaScript

How to Use Server-sent Events in Node.js - SitePoint

Server-sent events (SSE) allow a server to push data to the browser at any time without the need for constant refresh or polling mechanisms.
SSE is an efficient way to provide live data updates to clients on the web, enabling real-time information delivery such as news bulletins or stock prices. [ more ]
[ Load more ]