-
How to broadcast data to all connected clients? For example, broadcasting every minute bot notifications etc. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
To broadcast, I should store all connected users in some variable? Or I could access to all connected users other way inside uws.App()? |
Beta Was this translation helpful? Give feedback.
-
Subscribe to a topic then publish to it. Check documentation |
Beta Was this translation helpful? Give feedback.
-
??? Publish data to topic only allowed from one of active websockets. |
Beta Was this translation helpful? Give feedback.
-
You can do an |
Beta Was this translation helpful? Give feedback.
-
Which is written in the docs, you should read it |
Beta Was this translation helpful? Give feedback.
You can do an
app.publish