Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 210 Bytes

File metadata and controls

10 lines (9 loc) · 210 Bytes

start servers

go run server/main.go --name node-1 --bind=127.0.0.1:8101
go run server/main.go --name node-2 --bind=127.0.0.1:8102

start client

go run client/local.go client/main.go