Skip to content
EntityQ1062058· pop 11· linked from 138 articles

Also known as PubSubHubbub

WebSub (formerly PubSubHubbub) is an open protocol for distributed publish–subscribe communication on the Internet. Initially designed to extend the Atom (and RSS) protocols for data feeds, the protocol can be applied to any data type (e.g. HTML, text, pictures, audio, video) as long as it is accessible via HTTP. Its main purpose is to provide real-time notifications of changes, which improves upon the typical situation where a client periodically polls the feed server at some arbitrary interval. In this way, WebSub provides pushed HTTP notifications without requiring clients to spend resource

Described at

PubSubHubbub Core 0.4 -- Working Draft

An open, simple, web-scale and decentralized pubsub protocol. Anybody can play.

pubsubhubbub.github.io

Link to a page describing this subject · 26,964 chars · not written by Vinony

Source code

IMPORTANT NOTE : The PubSubHubbub protocol has now been adopted by the W3C and published as a Recommendation. It's also been renamed WebSub for clarity and concision. Please consider upgrading all older PubSubHubbub implementations to WebSub. If you're looking for tutorials on how to get started with PubSubHubbub, check the links below: How to PubSubHubbub by Superfeedr How to publish and consume PubSubHubbub on indiewebcamp.com

Excerpt from the source-code README · 1,445 chars · not written by Vinony

Wikidata facts

Official website
www.w3.org/TR/websub
Show 2 more facts
source code repository URL
github.com/w3c/websub
described at URL
www.w3.org/TR/websub
Sources (3)

via Wikidata · CC0

~3 min read

Article

4 sections
Contents
  • Protocol
  • Usage
  • See also
  • References

WebSub (formerly PubSubHubbub) is an open protocol for distributed publish–subscribe communication on the Internet. Initially designed to extend the Atom (and RSS) protocols for data feeds, the protocol can be applied to any data type (e.g. HTML, text, pictures, audio, video) as long as it is accessible via HTTP. Its main purpose is to provide real-time notifications of changes, which improves upon the typical situation where a client periodically polls the feed server at some arbitrary interval. In this way, WebSub provides pushed HTTP notifications without requiring clients to spend resources on polling for changes.

In October 2017, PubSubHubbub was renamed to WebSub for simplicity and clarity. , the WebSub protocol has been adopted by the W3C as a Recommendation.

Available in 11 languages

via Wikidata sitelinks · CC0

Connections

Categories