How to Install golang-grpc-gateway in Ubuntu 18.04



Install golang-grpc-gateway by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-grpc-gateway

Description:

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.

Homepage: https://github.com/grpc-ecosystem/grpc-gateway

Version: 1.3.0-1

Section: universe/devel