Writing a Simple gRPC Application in Golang From Scratch
simple micro-service implementation
gRPC is a modern open-source, high-performance Remote Procedure Call (RPC) framework that can run in any environment. It is best suitable for internal communication between microservices.
Let’s build a simple gRPC ...
cartwild.hashnode.dev4 min read