Difference between revisions of "PubSubHubBub"

From air
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
   
 
=API=
 
=API=
==[[NodeJS]]==
+
==[[Node.js]]==
  +
  +
https://www.npmjs.org/package/pubsubhubbub
  +
  +
<pre>
  +
npm install pubsubhubbub
  +
</pre>
  +
  +
==[[Node-RED]]==
  +
TODO

Latest revision as of 18:45, 12 November 2014

http://code.google.com/p/pubsubhubbub/ https://pubsubhubbub.googlecode.com/git/pubsubhubbub-core-0.4.html

A simple, open, server-to-server webhook-based pubsub (Publish-Subscribe) protocol for any web accessible resources.

API

Node.js

https://www.npmjs.org/package/pubsubhubbub

npm install pubsubhubbub

Node-RED

TODO