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
- Host: GitHub
- URL: https://github.com/root27/go-grpc
- Owner: root27
- Created: 2024-01-27T17:21:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T13:03:27.000Z (about 2 years ago)
- Last Synced: 2025-01-10T08:58:35.763Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.