Rikin Thakkar
Rikin Thakkar

Reputation: 1278

server send push notification to client browser without using polling

I am developing a web app in which I want that when some changes in database occurs, server sends response to particular client(like push notification). And I want this notification to be sent client's browser. I don't want to use polling.

What can I do? I think it's possible using SSE, but I am not clear.
I want to know

please help me.

Upvotes: 10

Views: 19193

Answers (1)

Gros Lalo
Gros Lalo

Reputation: 1088

There is Web Notification. And there you can see the browsers that support it.

Upvotes: 5

Related Questions