- Download nats-server for your platform https://nats.io/download/
- Download NATS command line client https://github.com/nats-io/natscli/releases
Start cluster on three different terminals:
> nats-server -c c1.conf
> nats-server -c c2.conf
> nats-server -c c3.conf