You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,28 +115,6 @@ npm run watch
115
115
```
116
116
117
117
The server will be available at `http://localhost:3000`
118
-
119
-
### 6. WebSocket (Socket.IO) authentication
120
-
121
-
The backend exposes a Socket.IO server (default `WEBSOCKET_PORT=8080` in development).
122
-
123
-
-**Connect with token (preferred)**: provide the JWT in `handshake.auth.token`.
124
-
-**Room subscriptions**: clients must `emit('subscribe', roomName)` to join rooms. Rooms that require authorization will respond with an `error` event if the client is unauthenticated/unauthorized.
0 commit comments