Back to Developer Roadmap

Server Sent Events

src/data/roadmaps/backend/content/[email protected]

4.0545 B
Original Source

Server Sent Events

Server-Sent Events (SSE) sends real-time updates from server to client over persistent HTTP connection. Enables efficient server push with automatic reconnection. Ideal for one-way communication like live notifications using simple text-based format and EventSource API.

Visit the following resources to learn more: