gRPC 源码解读    

gRPC 源码解读
  • 文档概述
    gRPC是Google启动的一个开源远程过程调用系统。该系统基于HTTP / 2协议传输,使用 Protocol Buffers 作为接口描述语言。