I wrote up a blog post a couple years ago about how to integrate PubSubHubbub yourself.<p><a href="http://blog.newsblur.com/post/20371256202/building-real-time-feed-updates-for-newsblur" rel="nofollow">http://blog.newsblur.com/post/20371256202/building-real-time...</a><p>That blog post includes what to look for in the RSS feed and how to subscribe to updates. It's written in Python, but that's just a short-hand way of saying it's in plain english.<p>It also includes details on how to then push the real-time updates out to clients using JavaScript and Socket.io.