Skip to content

Commit d47c911

Browse files
committed
Readme
1 parent 8abc083 commit d47c911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ The server implementation abstracts from the concrete websocket implementation.
124124
Annotated services with websocket protocol are exposed at endpoint: `/ws/<service-path>`:
125125

126126
Websocket client connection happens as follows for exposed endpoints:
127+
127128
- **WS**: `const socket = new WebSocket("ws://localhost:4004/ws/chat");`
128129
- **Socket.IO**: `const socket = io("/chat", { path: "/ws" })`
129130

0 commit comments

Comments
 (0)