PubSubHubbub

// December 28th, 2009 // Technology, Web Development

For the past few months, my blog has been participating in something called PubSubHubbub. Other than “something with a cool name,” what is PubHubSubbub? It is “a simple, open, server-to-server publish/subscribe protocol as an extension to Atom and RSS.” Using the protocol, servers are able to get near-instant notification of feed updates (feeds are used by blogs and other sites to notify subscribers of new content). Using traditional technology, feed consumers (such as feed readers) periodically poll servers (such as a blog’s web server) for feed updates. This process works, but it wastes bandwidth and other resources since checking is done whether or not updates are available, while also causing delayed notification since polling occurs infrequently. PubSubHubbub fixes this by allowing feed consumers to receive near-instant notification of feed updates. It turns the traditionally-pull-based feed technology into a push technology, so that bandwidth and other resources are only used when actual updates are available and subscribers receive updates almost immediately. PubSubHubbub is a distributed system that is free and decentralized, meaning that no company is at the center of controlling it and anyone can run a “hub,” the component that sits between publishers (such as servers running blogs) and subscribers (such as Google Reader). As you can see in the demo below, this technology enables services to provide a greater level of real-time notification.

Disclosure of Material Connection: Some of the links in the post above are “affiliate links.” This means if you click on the link and purchase the item, I will receive an affiliate commission. Regardless, I only recommend products or services I use personally and believe will add value to my readers. I am disclosing this in accordance with the Federal Trade Commission’s 16 CFR, Part 255: “Guides Concerning the Use of Endorsements and Testimonials in Advertising.”

Related Posts

  1. Lifestreaming the easy way
  2. Jesus Manifesto by Leonard Sweet and Frank Viola
  3. The Fall Collection on Google Code University
  4. Yahoo! BrowserPlus

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

3 Responses to “PubSubHubbub”

  1. Julien says:

    PubSubHubbub is awesome!

  2. Julien says:

    Thx :) Well, in a way we just try to make any feed PubSubHubbub :)

Leave a Reply