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

https://github.com/root27/go-grpc

Go Grpc Server and Client using Gin and Mongo
https://github.com/root27/go-grpc

Last synced: over 1 year ago
JSON representation

Go Grpc Server and Client using Gin and Mongo

Awesome Lists containing this project

README

          

# Go GRPC Example

This is basic demonstration of grpc server and client.

## Includes

- Grpc server
- Grpc client
- Proto file
- Gin routes
- Mongo Create and Update Operations

Client side also includes a gin server to test grpc server. It has several routes to test grpc server.