Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding gRPC gateway generator script #4426

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/docs/related_projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ nav_order: 8
- Google Cloud Platform [HTTP/JSON gRPC transcoding](https://cloud.google.com/endpoints/docs/grpc/transcoding)

A GCP product that behaves like the grpc-gateway.

- gRPC gateway project generator [gen-grpc-gateway-api](https://github.com/akoserwal/gen-grpc-gateway-api)

A shell script can be used to generate a Golang project that utilizes gRPC-gateway and proto to expose a sample API.
akoserwal marked this conversation as resolved.
Show resolved Hide resolved

Tutorial guide: [Automate gRPC-Gateway project generation in Golang with gen-grpc-gateway-api](https://akoserwal.medium.com/automate-grpc-gateway-project-generation-in-golang-with-gen-grpc-gateway-api-015759f1e51b_)
akoserwal marked this conversation as resolved.
Show resolved Hide resolved