We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa45092 commit b22f1daCopy full SHA for b22f1da
1 file changed
docs/intro/tutorial1.rst
@@ -19,7 +19,9 @@ Indeed, there is no good way to be notified when the other player makes a
19
move. Workarounds such as polling or long-polling introduce significant
20
overhead.
21
22
-Enter `WebSocket <websocket>`_.
+Enter WebSocket_.
23
+
24
+.. _WebSocket: https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API
25
26
The WebSocket protocol provides two-way communication between a browser and a
27
server over a persistent connection. That's exactly what you need to exchange
0 commit comments