项目作者: BigKuCha

项目描述 :
grpc go版本的server和client
高级语言: Go
项目地址: git://github.com/BigKuCha/grpc-go.git
创建时间: 2018-08-18T15:13:53Z
项目社区:https://github.com/BigKuCha/grpc-go

开源协议:

下载


GRPC

go版本的客户端和服务端

安装

glide get github.com/bigkucha/grpc-go

运行

  1. cd server
  2. go run main.go
  3. 打开一个新的终端窗口
  4. cd client
  5. go run main.go