书栈网 · BookStack 本次搜索耗时 0.005 秒,为您找到 5 个相关结果.
  • gRPC 源码解读

    gRPC是Google启动的一个开源远程过程调用系统。该系统基于HTTP / 2协议传输,使用 Protocol Buffers 作为接口描述语言。
  • Protocol Buffer 3 学习笔记

    proto3 是 google protocol buffer 的新版本。Protobuf是一种灵活高效的,用于序列化结构化数据的机制,类似于XML,但比XML更小,更快,更简单。Protobuf序列化为二进制数据,不依赖于平台和语言,同时具备很好的兼容性。
  • Go语言高级编程

    《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
  • gRPC-Gateway Documentation

    The gRPC-Gateway is a plugin of the Google protocol buffers compiler protoc. It reads protobuf service definitions and generates a reverse-proxy server which translates a RESTful H...
  • Microservices in Golang

    This is a ten part series on writing microservices in Golang. Making use of protobuf and gRPC as the underlying transport protocol. Why? Because it took me a long time to figure th...