GRPC - Part 1: Understanding gRPC and HTTP/2
• 8 min read
Two separate applications need an intermediary to communicate with each other. gRPC, a primary models for API design is modern, high performance framework for building large-scale, distributed applications over remote procedure call (RPC) protocols. It uses HTTP/2 for transport and Protocol Buffers as the interface description language