github.com/qiuhoude/go-web@v0.0.0-20220223060959-ab545e78f20d/prepare/23_proto_actor/remoterouting/README.md (about) 1 # start servers 2 ```bash 3 go run server/main.go --name node-1 --bind=127.0.0.1:8101 4 go run server/main.go --name node-2 --bind=127.0.0.1:8102 5 ``` 6 7 # start client 8 ```bash 9 go run client/local.go client/main.go 10 ```