Server-sent events
Appearance
Server-Sent Events (SSE) is a
for SSE istext/event-stream
.
All modern browsers support server-sent events: Firefox 6+, Google Chrome 6+, Opera 11.5+, Safari 5+, Microsoft Edge 79+.[2]
History
The SSE mechanism was first specified by Ian Hickson as part of the "WHATWG Web Applications 1.0" proposal starting in 2004.[3] In September 2006, the Opera web browser implemented the experimental technology in a feature called "Server-Sent Events".[4][5]
See also
References
- ^ "HTML Living Standard: 9.2 Server-sent events". WHATWG. 31 March 2022.
- ^ When can I use... Server-sent DOM events
- ^ Hickson, Ian, ed. (1 January 2006). "Server-sent DOM events". Web Applications 1.0. WHATWG. Retrieved 2024-05-09.
- ^ Bersvendsen, Arve (1 September 2006). "Event Streaming to Web Browsers". dev.opera.com.
- ^ Stream Updates with Server-Sent Events, Eric Bidelman, HTML5Rocks website.
External links
- Server-Sent Events. HTML Living Standard.
- HTML5 Server-push Technologies, Part 1. Introduction into HTML5 Server-push Technologies. Part 1 covers ServerSent Events.
- Using Server-Sent Events. A concise example of how to use server-sent events, on the Mozilla Developer Network.
- EventSource reference on MDN
- Django push: Using Server-Sent Events and WebSocket with Django Django push: Using Server-Sent Events and WebSocket with Django.
- Server-Sent Events vs WebSockets