Brought to you by Superfeedr and Dshaw, hosted by Github

PubSubHubbub and WebSockets

Combining both makes sense. This is what that is. Use this feed and update it with this app if you're looking for feeds you can update. This feed is also high frequency..

x

What's happening?

  1. When you type a feed url in there, your browser sends it to a websocket server
  2. When the server gets this request, it subscribes to a PubSubHubbub for this feed
  3. Later, when the feed is updated, the hub sends this update directly to the websocket server
  4. And finally, the server sends this new update to this page

Check also this other client. You should clone run this server on your own machine. You can also tweak this page (which is just a websocket client).

Fork me on GitHub