-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] How to send broadcast message? #80
Comments
You can get the list of all clients per the API docs, then send a message to each one:
|
what if I have millions connected user. Will it work efficiently? |
@abhishek11210646 I wouldn't think so, it's |
How to broadcast a message to some specific users |
I answered this a bit ago. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to send broadcast message for all users?
I used before
connection.sendUTF(json)
with pure node server.Thank you for answer.
The text was updated successfully, but these errors were encountered: