aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary/websockets
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
commit4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch)
treed4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/de/glossary/websockets
parent33058f2b292b3a581333bdfb21b8f671898c5060 (diff)
downloadtranslated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip
initial commit
Diffstat (limited to 'files/de/glossary/websockets')
-rw-r--r--files/de/glossary/websockets/index.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/files/de/glossary/websockets/index.html b/files/de/glossary/websockets/index.html
new file mode 100644
index 0000000000..c7f446ea8a
--- /dev/null
+++ b/files/de/glossary/websockets/index.html
@@ -0,0 +1,41 @@
+---
+title: WebSockets
+slug: Glossary/WebSockets
+tags:
+ - Glossar
+ - Infrastruktur
+ - Kommunikation
+ - Netzwerke
+ - Persistent
+ - Protokolle
+ - Stateless
+ - Verbindung
+ - Web
+ - WebSocket
+ - realtime
+translation_of: Glossary/WebSockets
+---
+<p><strong>WebSocket</strong><em> </em>ist ein {{Glossary("protocol", "Protokoll")}}, welches eine persistente {{Glossary("TCP")}} Verbindung zwischen {{Glossary("Server", "Server")}} und {{Glossary("client", "Client")}} herstellt, um jederzeit Daten austauschen zu können.</p>
+
+<p>Jede Client- oder Serveranwendung kann WebSockets verwenden, jedoch prinzipiell Web-Browser und Web-Server. Durch WebSocket kann ein Server Daten an einen Client übertragen ohne eine vorherige Anfrage von diesem erhalten zu haben. Dies ermöglicht dynamisches Aktualisieren von Inhalten.</p>
+
+<h2 id="Erfahre_mehr">Erfahre mehr</h2>
+
+<h3 id="Allgemeines_Wissen" style="line-height: 24px;">Allgemeines Wissen</h3>
+
+<ul>
+ <li><a href="http://de.wikipedia.org/wiki/WebSocket">WebSocket auf Wikipedia</a></li>
+</ul>
+
+<h3 id="Technische_Referenzen">Technische Referenzen</h3>
+
+<ul>
+ <li><a href="/en-US/docs/Web/API/WebSocket">WebSocket-Referenze auf MDN</a></li>
+</ul>
+
+<h3 id="Lerne_mehr_darüber">Lerne mehr darüber</h3>
+
+<ul>
+ <li><a href="/en-US/docs/WebSockets/Writing_WebSocket_client_applications">WebSocket Client-Applikationen programmieren</a></li>
+ <li><a href="/en-US/docs/WebSockets/Writing_WebSocket_servers">WebSocket-Server erstellen</a></li>
+</ul>