flâneur — a map of the web's best reading

Server Sent Events are still not production ready after a decade. A lesson for me, a warning for you! - DEV Community

dev.to · 4,056 words · saved by 1 readers

TL;DR I've had an incident with SSE that's caused real client pain, I detail it...

TL;DR I've had an incident with SSE that's caused real client pain, I detail it below Server Sent Events are a long established and recommended method of pushing from the server to the client Many articles proclaim their benefits like automatic reconnection including catching up on missed messages, being easier and more reliable than sockets etc Buried down in the spec, in the fine print, is something that renders them completely unreliable in uncontrolled environments (apps and public websites that must be generally available) Don't expect your events to get delivered any time soon on some co

Explore this link on the map →

saved by

related reading