GRPC

2019-08-23  本文已影响0人  一只重拾梦想的小水

message HelloRequest {
string greeting = 1;
}

message HelloResponse {
string reply = 1;
}

使用:http://doc.oschina.net/grpc?t=60135
1、编写 .proto
2、protoc 编译 https://medium.com/@erika_dike/installing-the-protobuf-compiler-on-a-mac-a0d397af46b8

3、server: build\ 注册\ new\ bind(ip+port)\ listen(启动)
4、client: new实例化((ip+port, stub)\ service.method

grpc的idl就相当于文档,可以同时

上一篇 下一篇

猜你喜欢

热点阅读