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
- Host: GitHub
- URL: https://github.com/zpratt/nats-experiments
- Owner: zpratt
- License: mit
- Created: 2019-02-24T23:10:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T23:10:18.000Z (over 7 years ago)
- Last Synced: 2025-02-05T22:43:30.998Z (over 1 year ago)
- Topics: nats
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)