Writing a Simple gRPC Application in Golang From Scratch

Jerry An
Geek Culture
Published in
4 min readMay 17, 2022

--

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 application from scratch to understand gRPC better.

Building a Microservice in Golang

Photo by ASTERISK KWON on Unsplash

--

--