An open API service indexing awesome lists of open source software.

https://github.com/infoslack/go-microservice

Microservices in Golang with gRPC and protobuf
https://github.com/infoslack/go-microservice

docker golang grpc microservices protobuf

Last synced: about 1 year ago
JSON representation

Microservices in Golang with gRPC and protobuf

Awesome Lists containing this project

README

          

Microservice in Golang
======================================

Shipping container management platform is an example application made in Golang
to put the microservice architecture into practice using [gRPC](https://grpc.io/) and [protobuf](https://developers.google.com/protocol-buffers/) for internal communications.

The example is built based on [blog posts](https://ewanvalentine.io/tag/go/).