Skip to content
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

How can i do an Broadcast Server instead an Echo Server? #57

Open
mok-liee opened this issue Apr 18, 2016 · 1 comment
Open

How can i do an Broadcast Server instead an Echo Server? #57

mok-liee opened this issue Apr 18, 2016 · 1 comment
Labels

Comments

@mok-liee
Copy link

Hi, is it possible to make a Method to send a Broadcast Message to all connected Clients?

Greetings mok

@vtortola
Copy link
Owner

Yes, you will need to implement your own presence control. If you are planning to run your application in only one server you can have a concurrent collection where you add clients on connection and remove them on disconnection. If you plan to use multiple servers, probably is better idea to use a service bus like RabbitMQ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants