First glimpse into gRPC through Python (Part 1)
1. What is gRPC and the purpose of it?
RPC (Remote Procedure Call) is a protocol that allows two programs to communicate with each other, those programs can locate in the same computer or in different computers.
gRPC(Google Remote Procedure Call) is ...
ivanyu2021.hashnode.dev3 min read