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
- Host: GitHub
- URL: https://github.com/wiliamhw/golang-grpc-example
- Owner: wiliamhw
- Created: 2022-04-12T13:34:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T15:12:14.000Z (about 3 years ago)
- Last Synced: 2025-01-12T19:17:21.400Z (5 months ago)
- Topics: golang, grpc, mongodb, protobuffer, ssl
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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