Dynamic websocket namespaces

Websockets make for an amazing user experience, so I use them often.

However, my app is multi-tenant, so when emitting or broadcasting messages, I have to evaluate if that message should be acted upon. It works, but not ideal.

Namespace is the preferred method to handle this however in Wappler, those are static not dynamic.

It would be great to have dynamic bindings on namespaces so we can limit traffic by tenant.

Yes, I support dynamic bindings everywhere :innocent:

3 Likes