Go to file
viletyy f8f0dfe659 add: bidirectional streaming rpc 2021-06-16 00:52:50 +08:00
client add: bidirectional streaming rpc 2021-06-16 00:52:50 +08:00
github.com/go_inpro/protos/helloworld add: bidirectional streaming rpc 2021-06-16 00:52:50 +08:00
proto add: bidirectional streaming rpc 2021-06-16 00:52:50 +08:00
server add: bidirectional streaming rpc 2021-06-16 00:52:50 +08:00
.gitignore add: client side streaming rpc 2021-06-16 00:10:35 +08:00
README.md add: bidirectional streaming rpc 2021-06-16 00:52:50 +08:00
go.mod add: bidirectional streaming rpc 2021-06-16 00:52:50 +08:00
go.sum add: compile and create proto file 2021-06-15 22:20:55 +08:00

README.md

grpc-demo

生成proto

$ protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
./proto/*.proto