/gRPC-demo

Primary LanguageGoMIT LicenseMIT

gRPC-demo

Generating go files from .proto files

protoc --go_out=plugins=grpc:chat chat.proto

Run the demo

prepare 2 opening tabs in your terminal and type:

go run cmd/server/main.go

and then

go run cmd/client/main.go