nats-server

Lightweight cloud messaging system with publish-subscribe capabilities

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight cloud messaging system

Commands

nats-server

Examples

Start NATS server with default configuration on localhost:4222$ nats-server
Start NATS server on a custom port$ nats-server -p 4223
Start NATS server with a configuration file$ nats-server -c /path/to/nats.conf