Skip to content

This repo implements a grpc micro service having the grpc calls exposed as Rest calls through a rest gateway

Notifications You must be signed in to change notification settings

rrd1986/grpc-rest-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-rest-gateway

This repo implements a grpc micro service having the grpc calls exposed as Rest calls through a rest gateway TODO: Rest Gateway

Install protoc

Download the protobuf-<latest version> from https://github.com/protocolbuffers/protobuf/releases/
Extract the tar.gz file.
$cd ~/Downloads/protobuf-2.4.1
$./configure
$make
$make check
$sudo make install
$which protoc
$protoc --version

Download and install protoc-gen-go

$ go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest

About

This repo implements a grpc micro service having the grpc calls exposed as Rest calls through a rest gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages