Elysia Tools
Navigation
Communication Protocols
Server-Sent Events (SSE)
Server-Sent Events examples for real-time unidirectional communication from server to client, including live updates, notifications, and streaming data
Samples
Entries inside this sample collection
Server-Sent Events Basics
Introduction to SSE with basic server implementation and client consumption patterns
Difficulty
3/10
Estimated time
15 min
Tags
sse, real-time, streaming, notifications
Prerequisites
Node.js, Express.js, HTTP basics
Advanced SSE Patterns
Advanced Server-Sent Events patterns including authentication, room-based streaming, backpressure handling, and reconnection strategies
Difficulty
7/10
Estimated time
30 min
Tags
sse, real-time, authentication, rooms, enterprise
Prerequisites
Node.js, Express.js, JWT, Redis, Advanced JavaScript
Python Flask SSE Implementation
Server-Sent Events implementation using Python Flask with Redis pub/sub for scalable real-time applications
Difficulty
6/10
Estimated time
25 min
Tags
sse, python, flask, real-time, redis
Prerequisites
Python, Flask, Redis, JWT, Threading
Tools
Tools frequently paired with this sample
Related