Pub
Sub
Super Simple Pub-Sub Service
You can publish and subscribe(read) for a topic!
To Publish
https://
api.pubsub.in/publish/
{TOPIC}
/
{VALUE}
To
Subscribe
Read
https://
api.pubsub.in/subscribe/
{TOPIC}
npm and python modules are in development.