NATS
Reference Links
Description
URL
Official website
DockerHub image
NATS Go SDK
NATS JS SDK
NATS Python SDK
NKeys repository
NATS CLI tool
Configuration
NKey generation
Server
This file should be available on the system running NATS. NATS should be started using the --config
or -c
flag pointing to the path of this file (eg. nats-server -c /path/to/this.conf
Docker
Image
Compose
The following starts NATS using the leanest image base (scratch
) and with JetStream enabled:
Last updated