nats-server
High-Performance server for NATS.io, the cloud and edge native messaging system.
How to download and setup nats-server
Open terminal and run command
git clone https://github.com/nats-io/nats-server.git
git clone is used to create a copy or clone of nats-server repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with nats-server https://github.com/nats-io/nats-server/archive/master.zip
Or simply clone nats-server with SSH
[email protected]:nats-io/nats-server.git