aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/websockets_api/writing_websocket_client_applications
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:47:54 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:47:54 +0100
commite7651b26abb2031118b797bd4a4d707aa7f2e9b6 (patch)
treec0849c5104d61d6d0a7b90cdfb1511e52d144613 /files/it/web/api/websockets_api/writing_websocket_client_applications
parent30feb96f6084a2fb976a24ac01c1f4a054611b62 (diff)
downloadtranslated-content-e7651b26abb2031118b797bd4a4d707aa7f2e9b6.tar.gz
translated-content-e7651b26abb2031118b797bd4a4d707aa7f2e9b6.tar.bz2
translated-content-e7651b26abb2031118b797bd4a4d707aa7f2e9b6.zip
unslug it: modify
Diffstat (limited to 'files/it/web/api/websockets_api/writing_websocket_client_applications')
-rw-r--r--files/it/web/api/websockets_api/writing_websocket_client_applications/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/it/web/api/websockets_api/writing_websocket_client_applications/index.html b/files/it/web/api/websockets_api/writing_websocket_client_applications/index.html
index a146730537..c7c45a3ecc 100644
--- a/files/it/web/api/websockets_api/writing_websocket_client_applications/index.html
+++ b/files/it/web/api/websockets_api/writing_websocket_client_applications/index.html
@@ -1,9 +1,10 @@
---
title: Writing WebSocket client applications
-slug: WebSockets/Writing_WebSocket_client_applications
+slug: Web/API/WebSockets_API/Writing_WebSocket_client_applications
tags:
- WebSocket
translation_of: Web/API/WebSockets_API/Writing_WebSocket_client_applications
+original_slug: WebSockets/Writing_WebSocket_client_applications
---
<p><span style="line-height: 1.5;">WebSockets è una tecnologia, basata sul protocollo ws, che rende possibile stabilire una connessione continua tra un client e un server. Un client websocket può essere il browser dell'utente, ma il protocollo è indipendente dalla piattaforma, così com'è indipendente il protocollo <code>http</code>.</span></p>