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.
NorthLan bb8918e785 | 3 years ago | |
---|---|---|
.. | ||
chat | 3 years ago | |
gate | 3 years ago | |
master | 3 years ago | |
protocol | 3 years ago | |
README.md | 3 years ago | |
main.go | 3 years ago |
README.md
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"