NATS Tools

You use NATS when you run applications ('client' applications from NATS' point of view) that leverage NATS to communicate with other applications, receive data streams and invoke services.

These applications leverage any of the 40+ client libraries available for NATS and connect to an instance of the NATS service that can be either a single server, a cluster of servers or even a global super-cluster such as Synadia Cloud. And, if the application is written in Go, it can even embed its own server.

Besides those client applications, the NATS Ecosystem also has many tools to interact with other applications and services over NATS and streams, support server configuration, enhance monitoring or tune performance such as:

  • General interaction and management

    • nats - The nats Command Line Tool is the best way to interact with, test and manage NATS and JetStream from a terminal or from scripts

  • Security

    • nk - Generate NKeys

    • nsc - Configure Operators, Accounts and Users

    • nats account server - Serve Account JWTs (legacy, replaced by the built-in NATS resolver)

  • Monitoring

  • Benchmarking

Last updated