Pattern 17 / COMMS
Server-Sent Events (SSE)
Use this when pushing server updates to browsers without full duplex complexity.
- Pressure
- Pushing server updates to browsers without full duplex complexity
- Mechanism
- Hold a long-lived http connection and stream one-way events from server to client
- Toll
- Server-to-client only and browser connection limits apply