How to Install golang-github-grpc-ecosystem-grpc-gateway-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install golang-github-grpc-ecosystem-grpc-gateway-dev

Description:

gRPC to JSON proxy generator for Golang -- sources

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 development files.

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

Version: 1.3.0-1

Section: universe/devel