nats-server
High performance message broker
NATS is a simple, secure and performant communications system for digital systems, services and devices. NATS is part of the Cloud Native Computing Foundation (CNCF). NATS has over 40 client language implementations, and its server can run on-premise, in the cloud, at the edge, and even on a Raspberry Pi. NATS can secure and simplify design and operation of modern distributed systems.
- Versions: 2.12.1
- Website: https://github.com/nats-io/nats-server
- Licenses: ASL 2.0
- Package source: gnu/packages/high-availability.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of nats-server as follows:
guix install nats-server
Or install a particular version:
guix install nats-server@2.12.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of nats-server about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/nats-server'><img src='https://packages.guix.gnu.org/packages/nats-server/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/nats-server)
Example Org:
[[https://packages.guix.gnu.org/packages/nats-server][https://packages.guix.gnu.org/packages/nats-server/badges/latest-version.svg]]