pubsub -> websub

This commit is contained in:
Tony Garnock-Jones 2016-11-28 09:17:08 +13:00
parent 1951a285c8
commit 47547cdf21
1 changed files with 7 additions and 8 deletions

View File

@ -5,16 +5,15 @@ actor-style research language [Syndicate](http://syndicate-lang.org/).
## What is WebSub? ## What is WebSub?
On the 20th of October 2016, the W3C released a First Public Working On the 24th of November 2016, the W3C released a Working Draft of
Draft of (what was called at the time) PubSub, later renamed to WebSub, "an open, simple, web-scale and decentralized pubsub
WebSub. protocol".
See the specification of the W3C WebSub protocol at See the specification of the W3C WebSub protocol at
<https://www.w3.org/TR/pubsub/> (and track its development at <https://www.w3.org/TR/websub/> (and track its development at
<https://github.com/w3c/pubsub>). <https://github.com/w3c/websub>).
**N.B.: These URLs will eventually have `websub` in place of `pubsub`.**
[w3cspec]: https://www.w3.org/TR/pubsub/ [w3cspec]: https://www.w3.org/TR/websub/
## Quick Start ## Quick Start
@ -243,7 +242,7 @@ in the URL that the WebSocket was initially connected to.
At the time of writing, no official list of conformance criteria At the time of writing, no official list of conformance criteria
exists; however, there is a draft list of Candidate Recommendation exists; however, there is a draft list of Candidate Recommendation
implementation criteria at <https://github.com/w3c/pubsub/issues/56>. implementation criteria at <https://github.com/w3c/websub/issues/56>.
## Codebase Layout ## Codebase Layout