GRPC and Protocol buffers for communication between services
Protocol Buffer, or Protobuf, is a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols and data storage. Protobuf is to gRPC as JSON to REST API, except itβs smaller and faster. Google Remote Procedure Call (gRPC) is a high-performance, open-source universal RPC framework, that uses Protobuf ...