PSHB consumer is an consumer implementation of the pubsubhubbub protocol The pubsubhubbub protocol brings the real time web into your website. Instead of requesting a feed in intervals to get the latest news pshb has a hub wich posts new feed entries directly to your website if they are available. More informations about pubsubhubbub at http://code.google.com/p/pubsubhubbub/
The goal of this script is to make it easy to implement an PSHB consumer into your existing website. To show in example the latest news about a topic or specific blogs. This is done by offering a simple API wich you can request per javascript or any server-side language. PSHB consumer has a liddle backend where you can manage all feeds.
PSHB consumer at a glance:
- PSHB consumer API - Subscribe to as many topics you like - Javascript client - Manage your subscriptions via the backend