kemokemo / my-grpc-go-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My gRPC sample app

If you update echo.proto, please execute the following to re-generate code:

protoc --go_out=. --go_opt=paths=source_relative \
    --go-grpc_out=. --go-grpc_opt=paths=source_relative \
    echo.proto

Run server

cd server
go run main.go

About


Languages

Language:Go 100.0%