The Server-Sent Events EventSource API is standardized as part of HTML5 by the W3C.
Another API, server-sent events, is a one-way service that allows a server to send events to the client, using HTTP as a transport mechanism.
Une autre API, server-sent events, est un service unidirectionnel permettant à un serveur d'envoyer des notifications au client, en se basant sur le protocole HTTP.
WebSockets and Server-Sent Events are pushing (pun intended) data between client and server more efficiently than ever before.
WebSockets et Server-Sent Events exposent les données entre client et serveur bien plus efficacement qu'auparavant.
Server-sent events is a standard describing how servers can initiate data transmission towards clients once an initial client connection has been established.
Server-sent events est une norme décrivant comment les serveurs peuvent initier la transmission de données vers les clients une fois que la connexion initiale du client a été mise en place.
With server-sent events, it's possible for a server to send new data to a web page at any time, by pushing messages to the web page.
Avec les server-Sent events, le serveur peut envoyer de nouvelles données vers une page web à n'importe quel moment.
Server-sent events (SSE) is a technology enabling a browser to receive automatic updates from a server via HTTP connection.
Server-sent events est une technologie grâce à laquelle un navigateur reçoit des mises à jour automatiques à partir d'un serveur via une connexion HTTP.
Additionally, Neotys provides dedicated support for HTML5 Server-Sent Events during interactions with the server.
Without Server-sent events we would need to use "polling": a technology which checks every 10 seconds if there is a new message.
Sans les Server-sent events nous devrions utiliser l'« attente active » : une technologie qui vérifie toutes les 10 secondes s'il y a un nouveau message.
Represents, in server-sent events, the last event ID of the event source.
Server-sent events make it possible for a web application to ask a server to send events just like any locally-created DOM event.
Les évènements server-sent permettent à une application Web de demander à un serveur pour envoyer des événements comme n'importe quel événement DOM localement créé.
Event stream format Browser compatibility Developing a web application that uses server-sent events is quite easy.
However, this is sure to change in the coming months as browsers such as WebKit, Firefox, and Opera have been historically quick to adopt other HTML 5 features such as canvas, postMessage, offline storage, and Server-sent events (SSE).
Toutefois, cela doit changer dans les prochains mois car les navigateurs WebKit, Firefox et Opera ont toujours été rapides historiquement pour intégrer des fonctionnalités HTML5 comme canvas, postMessage, le stockage hors ligne, et les Server-sent events (SSE).
Server-Sent Events - HTML5 introduces events which flow from web server to the web browsers and they are called Server-Sent Events (SSE).