File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 18
18
- [ Node.js Server] ( #nodejs-server )
19
19
- [ REST-Service] ( #rest-service )
20
20
- [ APEX] ( #apex )
21
-
22
21
- [ License] ( #license )
23
22
24
23
@@ -236,8 +235,8 @@ Sending messages and notifications to users which are connected to the websocket
236
235
Connecting and authenticating users against the node server and still more to receive live messages on client browser from server part.
237
236
There exists 2 rooms/namespaces which users can subscribe to:
238
237
239
- - **private** - For single user messages to all instances of one user (e.g. one user is logged in with 3 browsers)
240
- - **public** - For single user messages to all instances of one user *AND* broadcasting messages to all connected clients
238
+ - ** private** - For single user messages to all instances of one user (e.g. one user is logged in with 3 browsers)
239
+ - ** public** - For single user messages to all instances of one user * AND* broadcasting messages to all connected clients
241
240
242
241
- ** Helper pages**
243
242
You can’t perform that action at this time.
0 commit comments