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 0cde570 commit 4ffbcb6Copy full SHA for 4ffbcb6
README.md
@@ -49,8 +49,10 @@ Each message is prefixed with the connection ID separated by a pipe operator ( |
49
50
Example:
51
52
+```
53
3CqoZKBIWUyjmSITygRFZw|connected (Received on connection and broadcast to all other clients)
54
3CqoZKBIWUyjmSITygRFZw|Some example data (Received in reply to sending data and broadcast to all other clients)
55
o5MkHrV34k+5LfY6Q4zHag|I saw your data! (Received in reply to sending data and broadcast to all other clients)
56
57
-This endpoint can be accessed by connecting your websocket client to `ws://localhost:8080/chat-id`
58
+This endpoint can be accessed by connecting your websocket client to `ws://localhost:8080/chat-id`
0 commit comments