From d47c91162e4e150225223c2fd10f8bb730ea8ac6 Mon Sep 17 00:00:00 2001 From: Oliver Klemenz Date: Thu, 11 Jan 2024 11:23:02 +0100 Subject: [PATCH] Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8e3c18..274678d 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ The server implementation abstracts from the concrete websocket implementation. Annotated services with websocket protocol are exposed at endpoint: `/ws/`: Websocket client connection happens as follows for exposed endpoints: + - **WS**: `const socket = new WebSocket("ws://localhost:4004/ws/chat");` - **Socket.IO**: `const socket = io("/chat", { path: "/ws" })`