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

https://github.com/wiliamhw/golang-grpc-example

Projects to learn how to build API on gRPC protocol using Golang and MongoDB
https://github.com/wiliamhw/golang-grpc-example

golang grpc mongodb protobuffer ssl

Last synced: 3 months ago
JSON representation

Projects to learn how to build API on gRPC protocol using Golang and MongoDB

Awesome Lists containing this project

README

        

# Golang gRPC Example
Projects to learn how to build API on gRPC protocol using Golang and MongoDB.
The topics covered are:
* Streaming
* Unary
* Server Streaming
* Client Streaming
* Bi Directional Streaming
* SSL Protocol on gRPC
* CRUD and MongoDB on gRPC
* Reflection using Evans CLI