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

  • Is it possible to send response to particular client without client's request(without polling).
  • How server will detect that particular client?
  • please help me.


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

    链接地址: http://www.djcxy.com/p/63538.html

    上一篇: 如何使水平元素扩大以覆盖可用空间?

    下一篇: 服务器发送推送通知给客户端浏览器而不使用轮询