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.
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.