Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pubsubhubbub/PubSubHubbub
The PubSubHubbub protocol specification.
https://github.com/pubsubhubbub/PubSubHubbub
Last synced: about 2 months ago
JSON representation
The PubSubHubbub protocol specification.
- Host: GitHub
- URL: https://github.com/pubsubhubbub/PubSubHubbub
- Owner: pubsubhubbub
- Created: 2011-11-22T09:45:11.000Z (about 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-01-30T19:49:21.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T01:25:20.627Z (5 months ago)
- Language: HTML
- Homepage: http://pubsubhubbub.github.io/PubSubHubbub
- Size: 1.35 MB
- Stars: 599
- Watchers: 61
- Forks: 122
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - PubSubHubbub
README
PubSubHubbub
============__IMPORTANT NOTE__: The PubSubHubbub protocol has now been adopted by the W3C and published as a Recommendation.
It's also been renamed [WebSub](https://www.w3.org/TR/websub/) for clarity and concision. Please consider upgrading all older PubSubHubbub implementations to WebSub.**PubSubHubbub** is an open protocol for distributed publish/subscribe communication on the Internet. It generalizes the concept of webhooks
and allows data producers and data consumers to work in a decoupled way.PubSubHubbub provides a way to subscribe, unsubscribe and receive updates from a resource, whether it's an RSS or Atom feed or any web accessible document (JSON...).
The current version of the spec is 0.4. Please, [read it here](http://pubsubhubbub.github.io/PubSubHubbub/pubsubhubbub-core-0.4.html).
Open hubs are provided by:
* [Superfeedr](http://pubsubhubbub.superfeedr.com/)
* [Google](http://pubsubhubbub.appspot.com/)
* Aaron Parecki: [p3k](https://switchboard.p3k.io/)
* Christian Weiske: [phubb](http://phubb.cweiske.de/)Several other publishing platforms, like Wordpress, include their own hubs.
If you're looking for tutorials on how to get started with PubSubHubbub, check the links below:
* [How to PubSubHubbub](http://blog.superfeedr.com/howto-pubsubhubbub/) by Superfeedr
* [How to publish and consume PubSubHubbub](http://indiewebcamp.com/How_to_publish_and_consume_PubSubHubbub) on indiewebcamp.com