Vertaling van "server-sent" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
If you do use the REST API, consider using an HTTP keep-alive to maintain an open connection or use server-sent events, which can reduce costs from SSL handshakes.
Si usas la API de REST, te recomendamos usar una conexión HTTP continua para mantener una conexión abierta o usar eventos enviados por el servidor, que pueden reducir los costos de los protocolos de enlace SSL.
This includes the following realtime connections: WebSocket, long polling, and HTML server-sent events.
Esto incluye las siguientes conexiones en tiempo real: WebSocket, sondeos largos y eventos enviados por el servidor HTML.
Without Server-sent events we would need to use "polling": a technology which checks every 10 seconds if there is a new message.
Sin la tecnología SSE, debemos utilizar un "polling": otra tecnología en la que no se comprueba cada 10 segundos si hay un mensaje nuevo.
Server-sent events, where the server can push occasional messages to the browser.
Eventos enviados por el servidor: El servidor es el que ocasionalmente inicia los mensajes hacia el navegador.
On September 1, 2006, the Opera web browser implemented this new experimental system in a feature called "Server-Sent Events". It is now being standardized as part of HTML5.
El 1 de septiembre del 2006, el navegador Opera implementó esta tecnología experimental en una característica llamada "Server-Sent Events."
Firebase REST endpoints support the EventSource/ Server-Sent Events protocol, making it easy to stream changes to a single location in our Firebase database.
Los extremos REST de Firebase son compatibles con el protocolo de eventos EventSource/Server-Sent, por lo que es fácil transmitir estos cambios a una sola ubicación en la base de datos de Firebase.
New technologies that are part of the HTML5 wave if not the HTML5 markup specification such as AppCache, WebStorage, WebSockets, WebWorkers, Server-Sent Events, Crypto API, etc.
Nuevas tecnologías que son parte de la ola aunque no están en la especificación de markup de HTML5 como AppCache, etc.
Firebase REST endpoints support the EventSource/ Server-Sent Events protocol, making it easy to stream changes to a single location in our Firebase database.
Los puntos finales de la Firebase REST API admiten el protocolo de eventos EventSource o Server-Sent, lo cual facilita la transmisión de cambios a una única ubicación en nuestra base de datos de Firebase.
The SSE (Server-Sent Events) method is the most efficient and is used in all modern browsers except for Internet Explorer and Microsoft Edge.
El mecanismo SSE (Server-Sent Events) es el más eficiente y se usa en todos los navegadores modernos a excepción de Internet Explorer y Microsoft Edge.
If you do use the REST API, consider using an HTTP keep-alive to maintain an open connection or use server-sent events, which can reduce costs from SSL handshakes.
Los SDK mantienen las conexiones abiertas, lo que reduce los costos de encriptación SSL y la conexión abierta o usar eventos enviados por el servidor, que pueden reducir los costos de los protocolos de enlace SSL.
Allows creating a permanent connection between the page and the server and to exchange non-HTML data through that means. Server-sent events
Permite crear una conexión permanente entre la página y el servidor e intercambiar datos no HTML a través de ese medio.