An open API service indexing awesome lists of open source software.

https://github.com/zpratt/nats-experiments

hacking with NATS
https://github.com/zpratt/nats-experiments

nats

Last synced: about 1 year ago
JSON representation

hacking with NATS

Awesome Lists containing this project

README

          

# nats-experiments

What am I trying to do? I'm attempting to explore use-cases of NATS and to also determine is usability from a dev perspective along with how it affects the testability of a system.

I'm also interested in the durability aspects of NATS, so I'm going to eventually include an example using NATS streaming

* [my hapi experiment](hapi)

## Reading Material

### Articles

* [Liftbridge and NATS](https://www.infoq.com/news/2018/08/nats-liftbridge)

### Libraries and code

* [Hemera](https://hemerajs.github.io/hemera/)
* [hapi-hemera reference](https://github.com/hemerajs/aither)
* [node.js NATS Streaming](https://github.com/nats-io/node-nats-streaming)

### Random Relations

* [liftbridge](https://github.com/liftbridge-io/liftbridge)