gRPC
- Remote Procedure Call
- Developed initially in 1981
Client-Server
protocol to be used inside of the operating systemSynchronous
operation- Google Remove Procedure Call
- Uses
HTTP/2
on transport layer - Uses
Protobuf
to encode the message (Interface Definition Language - IDL)