Skip to main content

4 posts tagged with "Go / Golang"

View All Tags

· 12 min read
Vaishnavi Abirami

gRPC (Google Remote Procedure Call) is a high-performance, open-source universal RPC  framework that Google developed to achieve high-speed communication between microservices. gRPC has Protobuf (protocol buffers) by default which would format or serialize the messages to a specific format that will be highly packed, highly efficient data. By its virtue of being a lightweight RPC, gRPC is suited for many use-cases.