Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.37 KB

readme.md

File metadata and controls

23 lines (18 loc) · 2.37 KB

NATS Command Line Tooling

Using NATS from client application

The most common form of connecting to the NATS messaging system will be through application build with any of the 40+ client libraries available for NATS.

The client application will connect to an instance of the NATS server, be it a single server, a cluster of servers or even a global super-cluster such as Synadia Cloud, sending and receiving messages via a range of subscribers contracts. If the application is written in GoLang the NATS server can even be embedded into a Go application.

Client APIs will also allow access to almost all server configuration tasks when using an account with sufficient permissions.

Command Line Tooling

Besides using the client API to manage NATS servers, 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 easiest way to interact with, test and manage NATS and JetStream from a terminal or from scripts. It's list of features are ever growing, so please download the latest version.
  • Security
    • nk - Generate NKeys for use with JSon Web Tokens (JWT) used with nsc
    • nsc - Configure Operators, Accounts, Users and permission offline to later push them to a production server. This is the preferred tools to create security configuration unless you are using Synadia Control Plane
    • nats account server - (legacy, replaced by the built-in NATS resolver) a custom security server. NAS can still be used as a reference implementation for you tailor-made security integration.
  • Monitoring
  • Benchmarking