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 8abc083 commit d47c911Copy full SHA for d47c911
README.md
@@ -124,6 +124,7 @@ The server implementation abstracts from the concrete websocket implementation.
124
Annotated services with websocket protocol are exposed at endpoint: `/ws/<service-path>`:
125
126
Websocket client connection happens as follows for exposed endpoints:
127
+
128
- **WS**: `const socket = new WebSocket("ws://localhost:4004/ws/chat");`
129
- **Socket.IO**: `const socket = io("/chat", { path: "/ws" })`
130
0 commit comments