aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/api/websockets_api/index.html
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/index.html
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/index.html')
-rw-r--r--files/it/web/api/websockets_api/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/it/web/api/websockets_api/index.html b/files/it/web/api/websockets_api/index.html
index c09953a49e..346f32119c 100644
--- a/files/it/web/api/websockets_api/index.html
+++ b/files/it/web/api/websockets_api/index.html
@@ -1,10 +1,11 @@
---
title: WebSockets
-slug: WebSockets
+slug: Web/API/WebSockets_API
tags:
- References
- WebSockets
translation_of: Web/API/WebSockets_API
+original_slug: WebSockets
---
<p>I WebSockets sono una tecnologia avanzata che rende possibile aprire una sessione di comunicazione interattiva tra il browser dell'utente e un server. Con questa API si possono mandare messaggi al server e ricevere risposte event-driven senza doverle richiedere al server.</p>