Real-time chat with push notification
问题 I am working on a private messasing functionality for my site, is there a way to get push notifications from the server, that the user has received a new message? the only technique I know is to constantly poll the server via ajax to see if there are new messages, and reload the messenger window if needed. thanks for any feedback! UPD: so far the following directions have been identified: 1) Comet 2) BOSH - Bidirectional-streams Over Synchronous HTTP 3) XMPP - this is what google talk is