Translation of "Server-Sent" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
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.
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.
Unlike for the server side, there are different libraries for server-sent events.
Server-sent events are an often undervalued technology when sending events is needed.
To signal to the client that the connection still exists, a:heartbeat is sent at periodic intervals as a server-sent event comment.
Um dem Client zu signalisieren, dass die Verbindung noch besteht, wird in regelmäßigen Zeitabständen ein:heartbeat als Server-sent Event Kommentar gesendet.
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.
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.
Server-gesendete Ereignisse Erlaubt dem Server, Ereignisse direkt an den Client zu senden, anstatt wie beim klassischen Modell Daten nur als Antwort auf eine Anfrage des Clients senden zu können.
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.
The EventSource interface is web content's interface to server-sent events.
Das EventSource-Interface erlaubt das Empfangen von Server-Sent Events.
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.
Alternatively, an SSE-capable browser (server-sent events) like Chrome or the Meisterplan client can be used to receive update events.
Alternativ kann ein SSE-fähiger Browser (Server-Sent-Events - vom Server gesendete Ereignisse) wie Chrome oder der Meisterplan-Client verwendet werden, um Aktualisierungs-Ereignisse zu empfangen.