Relative Content

Tag Archive for node.jsangularlaravelwebsocketbroadcast

Notifications broadcasting

I have notifications that should be broadcasted when their start_date is less than or equal to the current time. However, there might be cases where a user sees the notification before its official publish time, perhaps due to some issue, and confirms it. I need to ensure that the notification is still broadcasted along with the user’s confirmation events. How can I send this information to the user and handle it on the frontend?
Frontend angular
Laravel broadcasting
Websocket io nodejs