Netty实战 05:gRPC集成
gRPC
Define your service using Protocol Buffers, a powerful binary serialization toolset and language
gRPC是基于Protobuf开发的RPC框架,简化了protobuf的开发,提供了服务端和客户端网络交互这一块的代码。
Demo
照着 https://grpc.io/docs/quickstart/java.html 测试一下官方的Demo。
记得要把Update a gRPC service部分做了。