server send push notification to client browser without using polling
Hey guys 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.
There is Web Notification. And there you can see the browsers that support it.
链接地址: http://www.djcxy.com/p/63538.html上一篇: 如何使水平元素扩大以覆盖可用空间?