Introduction to gRPC
Before we get into gRPC, let's first understand what RPC is.
RPC stands for Remote Procedure Call. It is a form of communication in which systems use function calls to communicate over a network. It is an alternative to Representational State Transfe...
saberx.hashnode.dev4 min read