Reputation: 429
I need to know the best way to notify a user of a new notification. I'm looking for: When an event occurs on server, the specific client(s) are notified and client JS calls a function. Almost like the pusher service, but on my own server. Is there a way I can do that with AJAX or WebSockets or another service?
Upvotes: 0
Views: 402