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?