Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 431 Bytes

grpc.md

File metadata and controls

25 lines (17 loc) · 431 Bytes

grpc

Prerequisites

Protocol Buffers

Usage

f7k grpc-build --verbose

This command above read the conf/grpc.yaml file and build a full grpc server from .proto files.

Once built, you can
run the grpc server with :

go run grpc/server/server.go --verbose

then run the rest api with grpc-gateway :

go run rest/main.go --verbose