protoc-gen-swagger
gRPC to JSON proxy generator for Golang -- binaries
Install
- All systems
-
curl cmd.cat/protoc-gen-swagger.sh
- Debian
-
apt-get install golang-grpc-gateway
- Ubuntu
-
apt-get install golang-grpc-gateway
- Kali Linux
-
apt-get install golang-grpc-gateway
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install golang-grpc-gateway
- Dockerfile
- dockerfile.run/protoc-gen-swagger
golang-grpc-gateway
gRPC to JSON proxy generator for Golang -- binaries
Grpc-gateway is a protoc plugin that reads gRPC service definitions and generates a reverse-proxy server which translates a RESTful JSON API into gRPC. The server is generated according to custom options in your gRPC definition and helps you to provide your APIs in both gRPC and RESTful style at the same time. This package contains the generator binaries.