rethinkdb-pubsub

Implementation of message queueing on top of RethinkDB changefeeds as a library

Usage no npm install needed!

<script type="module">
  import rethinkdbPubsub from 'https://cdn.skypack.dev/rethinkdb-pubsub';
</script>

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.

License

MIT