Skip to content

mmmries/jetstream

Repository files navigation

Jetstream

Build Status Version Hex Docs Download License Last Updated

A library for interacting with NATS Jetstream from Elixir. This library builds on top of gnat, the officially supported Elixir client for NATS.

Development

The test suite of this project is designed to interact with a live NATS/Jetstream server. You can start tests easily with these commands:

docker compose up -d
mix test

License

See the LICENSE and NOTICE files for license rights and limitations.