Understanding gRPC
gRPC = Google Remote Procedure Call
gRPC is very important if you want to work in microservices, backend, or high-performance systems.
It is a framework that allows one application to call a method in another application as if it were a local functio...
boggey-man.hashnode.dev3 min read