You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngs/examples/cluster/README.md

245 B

Cluster example

How to run the example?

cd examples/cluster
go build

# run master server
./cluster master
./cluster chat --listen "127.0.0.1:34580"
./cluster gate --listen "127.0.0.1:34570" --gate-address "127.0.0.1:34590"