pubsub - A simple pub/sub service over HTTP - `/api/pubsub/` GET Get help. Returns: this help message. - `/api/pubsub/ping` GET Check status. Returns: `Pong` - `/api/pubsub/topic/new` GET Create new topic. Returns: `{"id": , "pub_key": , "sub_key": }` - `/api/pubsub/topic/pub/` POST Post message to topic. Requires header: `{"pub_key": }` - `/api/pubsub/topic/sub/` GET Get (and remove) oldest message from topic. Requires header: `{"sub_key": }`.