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

https://github.com/google/go-microservice-helpers

A collection of handy snippets that simplify creation of GRPC servers and clients
https://github.com/google/go-microservice-helpers

go grpc grpc-client grpc-server jwt opentracing tracing zipkin

Last synced: 5 months ago
JSON representation

A collection of handy snippets that simplify creation of GRPC servers and clients

Awesome Lists containing this project

README

          

# Go-Microservice-Helpers

**This is not an official Google product**

A collection of handy snippets that simplify creation of GRPC servers and
clients. The provided helpers allow to create grpc endpoints with zipkin
distributed tracing pre-configured; spawn http servers that serve both grpc and
common http traffic; simplify golang crypto primitives to load EC keys.