The EventSource interface is web content's interface to server-sent events.
Server-sent events are part of the HTML5 specification and use HTTP as transport protocol.
Server-sent Events sind Bestandteil der HTML5 Spezifikation und verwenden HTTP als Transport-Protokoll.
Server-sent events have the advantage of not needing a central message component (such as ActiveMq, Kafka, ...).
Der Vorteil, den Server-sent Events mitbringen, ist, dass keine zentrale Message-Komponente wie (ActiveMq, Kafka, ...) benötigt wird.
In my first small.NET project, the use of server-sent events for the communication between two microservices (reservation and lending) at the Container Bootcamp was required.
In meinem ersten kleinen.NET-Projekt wurde das Senden von Server-sent Events für die Kommunikation zwischen zwei Microservices (Reservieren und Ausleihen) im Container Bootcamp benötigt.
formats entries as JSON data structures, but wraps them in a format suitable for Server-Sent Events.
Formatiert Einträge als JSON-Datenstrukturen, aber bricht sie in einem Format um, das für Server-Sendeereignisse geeignet ist.
Unlike for the server side, there are different libraries for server-sent events.
Without Server-sent events we would need to use "polling": a technology which checks every 10 seconds if there is a new message.
Ohne serverseitige Ereignisse müssten wir "Polling" verwenden, wodurch alle 10 Sekunden überprüft wird, ob eine neue Nachricht vorhanden ist.
FYI: Server-sent events are also known as "EventSource".
Die auch unter dem Namen „EventSource" bekannte Funktion ermöglicht es, Events direkt an Clients zu übertragen.
The planned new features include annotation-driven application events, declarative HTTP caching, and support for Server-Sent Events in Spring MVC.
Zu den geplanten neuen Features gehören annotationsgetriebene Anwendungsereignisse, deklaratives HTTP-Caching sowie Unterstützung für Server-Sent Events im Webframework Spring MVC.
Server-sent events are an often undervalued technology when sending events is needed.
Server-sent events Allows a server to push events to a client, rather than the classical paradigm where the server could send data only in response to a client's request.
Alternatively, an SSE-capable browser (server-sent events) like Chrome or the Meisterplan client can be used to receive update events.
Andere resultaten
Another way is to use the so called "Server Sent Events" which are supported by almost every browser - besides IE.
Moderner geht es über so genannte "Server Sent Events", welche von fast allen Browsern unterstützt werden - außer dem IE.