Web Page update without polling
问题 I'm developing a web app where a user can request a service and a provider will be available to respond to him. So, When a user requests for some sort of service, our application will send a notification to the provider (asking him to respond to the user). What I'm trying to do is: when a user requests a service, the provider gets the notification instantly (something like facebook does). One way to get this is using AJAX to send requests to the server every 5-10 secs; what we call is polling