Listen

Description

gRPC (gRPC Remote Procedure Calls[1]) is an open source remote procedure call (RPC) system initially developed at Google in 2015[2]. It uses HTTP/2 for transport, Protocol Buffers as the message format.

In this video I want to explore gRPC, go through examples, pros and cons of gRPC.

Client/ Server communication

Client Libraries

gRPC

gRPC Demo

gRPC Pros and Cons

Pros

Cons

Can you create your own protocol?