Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

1 item tagged “pubsub”

pubsubhubbub. From Brad Fitzpatrick, a simple but clever way of using web hooks (HTTP callbacks) to inform subscribers that an Atom feed has updated in almost real-time—solving the constant polling problem and making it easier for small sites to offer publish-subscribe APIs. Any Atom feed can delegate subscriber updates to a “hub” server. An example hub server implementation is provided running on App Engine. 0 20th April 2009, 6:49 pm

A django site