Skip to content

Client Consuming Grpc Server

Shivam edited this page Jan 17, 2022 · 1 revision

gRPC clients are concrete client types that are generated from *.proto files. The concrete gRPC client has methods that translate to the gRPC service in the *.proto file.

Demo:

grpc-2.mp4
Clone this wiki locally