https://github.com/msisdev/grpc-go-cloud-run
Grpc-Go demo program that runs on Google Cloud Run
https://github.com/msisdev/grpc-go-cloud-run
Last synced: 11 months ago
JSON representation
Grpc-Go demo program that runs on Google Cloud Run
- Host: GitHub
- URL: https://github.com/msisdev/grpc-go-cloud-run
- Owner: msisdev
- License: mit
- Created: 2023-09-01T02:25:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T14:14:16.000Z (almost 3 years ago)
- Last Synced: 2025-05-17T15:11:19.179Z (about 1 year ago)
- Language: Go
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grpc-go-cloud-run
Grpc-Go demo program that runs on Google Cloud Run. This is an example of actual working Go program. Some codes are referenced from:
- https://github.com/GoogleCloudPlatform/golang-samples/tree/main/run/grpc-server-streaming
- https://github.com/grpc-ecosystem/go-grpc-middleware/blob/main/examples/server/main.go
# How to run
- Check each README file in the subfolder.