gRPC communication with golang
what is gRPC?
To understand gRPC first we need to know what RPC is.RPC(Remote Procedure Call) is used to create Inter-Process-Communication between services where services can communicate with each other remotely. And gRPC is an open-source high-perf...
irshitmukherjee55.hashnode.dev6 min read