This is an educational repository that includes a small microservice written in Go using gRPC, this is equivalent to the REST Example, however this project is the principal example of my video series: ...
gRPC is an open-source Remote Procedure Call framework that is used for high-performance communication between services. gRPC uses protocol buffers. Protocol buffers can describe the structure of data ...