Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 359 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 359 Bytes

grpc golang demo

1 Setup

sh init.sh

2 Generate

sh proto2go.sh

3 Build

go mod tidy
go fmt hello-grpc/...
go fmt server/proto_server.go
go fmt client/proto_client.go
go install server/proto_server.go
go install client/proto_client.go

4 Run

sh server_start.sh
sh client_start.sh