apache/dubbo-js

研究 grpc 的架构设计,作为架构上的模版参考

hufeng opened this issue · 1 comments

研究 grpc 的架构设计,作为架构上的模版参考
  • 了解了grpc的架构体系
  • 了解protocol buffer的使用方式
  • 了解通过IDL生成服务接口方法的能力
  • 了解HTTP2协议的基础原理
    • stream, message, frame
  • 阅读部分grpc-go,grpc-node的代码