Languages & Frameworks

gRPC

English

Overview

An RPC (remote procedure call) framework developed by Google for fast communication.

Details

Built on HTTP/2 and Protocol Buffers, it exchanges data in a compact binary format rather than text-based JSON. It's commonly adopted for internal communication between microservices.

More Programming terms