uxweb/sweet-alert

multiple browsers

Opened this issue · 1 comments

Hello,
In my application there can be several users (on different computers) accessing the same page (GIS). I'm currently using SweetAlert to send a notification when a new alarm is received but only one of the connected users receives the notification.

Is it possible to send the same message to all users/browsers?

Thanks in advance

uxweb commented

@pablo-gs

For doing that you may need broadcasting an event using some realtime service like pusher with socket io.