Skip to content

This repository provides a guide for building microservices with gRPC gateway. Ideal for developers looking to implement microservices, even when hungry and bored. wkwkwkwk

Notifications You must be signed in to change notification settings

zsbahtiar/hello-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-grpc

gen protobuf

protoc \
    --proto_path=../proto \
    --go_out=plugins=grpc:./handler/api/grpc/{service} \
    --grpc-gateway_out=logtostderr=true:../handler/api/grpc/{service} \
    ../proto/{x}.proto

About

This repository provides a guide for building microservices with gRPC gateway. Ideal for developers looking to implement microservices, even when hungry and bored. wkwkwkwk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages