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

New example: publish events from some queue to connected websocket clients #53

Open
jrudolph opened this issue Feb 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jrudolph
Copy link
Member

Something of that kind seems to come up quite often. One of the questions here is whether you would create a consumer for the queue (e.g. kafka, or some pubsub) per client or if you would try to cache the consumer in the server and put it behind a BroadcastHub so you can more efficiently handle multiple WS clients.

@jrudolph jrudolph added the enhancement New feature or request label Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant