-
Notifications
You must be signed in to change notification settings - Fork 12
Server Sent Events
kimschles edited this page Jun 27, 2018
·
1 revision
Brandon Barrett DenverScript, June 16, 2018
- Well defined, long loved connection over http(s) ish
- Neslted between websockets and web requesting
- Examples: long polling and other retry techniques
- Stays open
- gives updates automatically
- a lightweight approach to broadcasting to clients
- You can't push messages back upstream
- Don't have much support
- ?
- Easy to implement a handshake (no separate server!)
- No firewall dance because they're
HTTP
- Enforce regularity
- Don't require a socket server
- Can be a progressive upgrade