rethinkdb-pubsub
v1.0.2
Published
Implementation of message queueing on top of RethinkDB changefeeds as a library
Downloads
3
Readme
RethinkDB pubsub
Implementation of message queueing on top of RethinkDB changefeeds as a library
What is it?
Implementation of message queueing on top of RethinkDB changefeeds as a library. Essentially this is a rewritten pubsub (with added unit tests) library from example-pubsub repository.
See more info in this article: Publish-Subscribe with RethinkDB.