From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/es/glossary/websockets/index.html | 37 +++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 files/es/glossary/websockets/index.html (limited to 'files/es/glossary/websockets/index.html') diff --git a/files/es/glossary/websockets/index.html b/files/es/glossary/websockets/index.html new file mode 100644 index 0000000000..296e1d29fa --- /dev/null +++ b/files/es/glossary/websockets/index.html @@ -0,0 +1,37 @@ +--- +title: WebSockets +slug: Glossary/WebSockets +tags: + - Connection + - Glossary + - Infrastructure + - Networking + - Protocols + - Web + - WebSocket +translation_of: Glossary/WebSockets +--- +

WebSocket es un  {{Glossary("protocolo")}} que permite establecer conexiones  {{Glossary("TCP")}} entre el {{Glossary("Server", "servidor")}} y el cliente, permitiendo así el transporte de datos en cualquier momento.

+ +

Cualquier cliente o servidor de aplicaciones puede usar WebSockets, pero principalmente es usado por {{Glossary("Navegador", "browsers")}} y el servidor web. WebScoket permite enviar datos al cliente sin la necesidad de recibir ningún tipo de notificación, permitiendo la actualización dinámica del contenido.

+ +

Saber más

+ +

Conocimiento general

+ + + +

Referencia técnica

+ + + +

Aprende sobre WebSockets

+ + -- cgit v1.2.3-54-g00ecf