Skip to content

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

@jrudolph

Description

@jrudolph

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions