Wednesday, February 01, 2012

Cool HTTP Techniques

WebHooks - POST to an HTTP address, when something happens in your system. Your users (other servers) can subscribe to be posted to.

Comet/Long Polling - Keep an HTTP connection to a server open, until it times out or server responds. This is to avoid polling.

No comments: