All Projects → rfyiamcool → grpc-example

rfyiamcool / grpc-example

Licence: other
golang grpc example for test and tcpdump

Programming Languages

go
31211 projects - #10 most used programming language

grpc-example

golang grpc example

Usage

unary

start server

go run simple/server/server.go

start client

go run simple/server/server.go

bidi

start server

go run bidirectional-streaming/server/server.go

start client

go run bidirectional-streaming/client/client.go

client side streaming

start server

go run client-side-streaming/server/server.go

start client

go run client-side-streaming/client/client.go

server side streaming

start server

go run server-side-streaming/server/server.go

start client

go run server-side-streaming/client/client.go
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].