module
0.0.0-20230618152510-6b3c14d2a937
Repository: https://github.com/gorrillaprocess/go-grpc.git
Documentation: pkg.go.dev
# README
Go-gRPC
Simple Go project to understand the specifics of gRPC.
- generate pb files(protoc --go_out=. --go-grpc_out=. path/to/.proto/)
Run the app
- To run this app you need installed Go on your machine from here Golang installation instructions
- Then run one of the following commands:
go run *. go
or
go run .