Files
eggs/software/nats-server/README.md
T
2023-12-29 14:05:21 -08:00

27 lines
1.1 KiB
Markdown

# nats-server
## From their [Github](https://github.com/nats-io/nats-server)
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.
<!-- *Taken from the nats-server [github page.](https://github.com/nats-io/nats-server)* -->
## Installation/System Requirements
The system requirements of a NATS server can vary a lot depending on its configuration.
View their [documentation](https://docs.nats.io/running-a-nats-service/introduction/installation#hardware-requirements) to learn more.
## Server Ports
| Port | default |
|---------------|---------|
| nats-server | 4222 |
### Notes
<!--Notes about the server ports.-->
4222 is the default port, but any port can be used.
### Additional ports may be required depending on your NATS server configuration.