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.
19 lines
275 B
Markdown
19 lines
275 B
Markdown
3 years ago
|
# Nano cluster example
|
||
|
|
||
|
## About this example
|
||
|
|
||
|
|
||
|
|
||
|
## How to run the example?
|
||
|
|
||
|
```shell
|
||
|
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"
|
||
|
```
|
||
|
|