Twirp : A better gRPC
What is gRPC: gRPC is an RPC framework based on google’s protobuf used mostly for the server to server communication. We at Pathao heavily use gRPC to manage our backend for the server to server communication as everything is on micro-service architecture.