Hello,
It's possible with this component to update other browsers/users?
Thanks in advance
Thanks for the answer. I solved my problem with Pusher.
Best Regards, Paulo Torres
Hi Paulo,
Not really, the Broadcast channel is design to exchange information within the same context, so think multiple tabs open, iframes, etc.
If you want to broadcast messages from a server to multiple recipients you'll probably looking for the Web API Server sent events.
There are a couple of components on the forge that implement this, see Reactive SSE Client (complete with server side implementation in OutSystems) and Web API Server Sent Events (just the client).
If you want to send events between the clients and or clients and server you might want to consider MQTT or similar publish/subscribe messaging system.
Cheers