Skip to content

Implement Automatic Routing in JS, Dart websocket clients #1961

@batchu5

Description

@batchu5

Automatic message routing is currently implemented only in the Python WebSocket template. When messages arrive, Python automatically routes them to the correct operation-specific handler based on message type.

JavaScript and Dart templates do NOT have this feature. Users must manually parse and filter every incoming message.
How about we implement this in Dart and JS?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions