To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Server-sent events

From Wikipedia, the free encyclopedia

Server-Sent Events (SSE) is a server push technology enabling a client to receive automatic updates from a server via an HTTP connection, and describes how servers can initiate data transmission towards clients once an initial client connection has been established. They are commonly used to send message updates or continuous data streams to a browser client and designed to enhance native, cross-browser streaming through a JavaScript API called EventSource, through which a client requests a particular URL in order to receive an event stream. The EventSource API is standardized as part of HTML Living Standard[1] by the WHATWG. The media type for SSE is text/event-stream.

All modern browsers support server-sent events: Firefox 6+, Google Chrome 6+, Opera 11.5+, Safari 5+, Microsoft Edge 79+.[2]

YouTube Encyclopedic

  • 1/5
    Views:
    22 818
    5 905
    20 215
    48 670
    3 653
  • HTTP Request vs HTTP Long-Polling vs WebSockets vs Server-Sent Events
  • Server Sent Events - An alternative to AJAX and WebSockets
  • HTML5 Server Sent events in 5 minutes
  • Server-Sent Events Simple Chat Application Example
  • ASP.NET Core SignalR - Server Sent Events & Long Polling

Transcription

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

  1. ^ "HTML Living Standard: 9.2 Server-sent events". WHATWG. 31 March 2022.
  2. ^ When can I use... Server-sent DOM events
  3. ^ Hickson, Ian, ed. (1 January 2006). "Server-sent DOM events". Web Applications 1.0. WHATWG. Retrieved 2024-05-09.
  4. ^ Bersvendsen, Arve (1 September 2006). "Event Streaming to Web Browsers". dev.opera.com.
  5. ^ Stream Updates with Server-Sent Events, Eric Bidelman, HTML5Rocks website.

External links

This page was last edited on 9 May 2024, at 20:28
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.