githubEdit

NATS Tools

Using NATS from client application

The most common form of connecting to the NATS messaging system will be through an application built 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 Cloudarrow-up-right, 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 Goarrow-up-right 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:

Last updated

Was this helpful?