This is a gen rpc library, support service and client mode, base on grpc, use default port 7100.
- need go v1.8 or high version.
- support gen and stream mode
- dev seldom code for user side
- service.go, the api for server side
- client.go, the api for client side
cd proto protoc --go_out=plugins=grpc:. *.proto
- see
example
dir