-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Description
Description
Let's say that I want to notify client application about the changes performed by other users.
To do that, I would like to create a websocket endpoint (e.g. /notify) that user can connect to and listen for incoming updates from server.
However, I wasn't able to find any example of doing that in the documentation. What I'm looking for is an easy way to send websocket message to the user from HTTP route. Do you have any suggestions, how can I achieve that?