Server Sent Events
One-way server-to-client event stream over plain HTTP with automatic reconnection.
This browser:
Key Capabilities
- EventSource delivers text/event-stream messages.
- Auto-reconnect with Last-Event-ID resumption.
- Simpler than WebSockets for live feeds and tickers.