/go-grpc-demo

Golang gRPC demo

Primary LanguageGo

Golang gRPC demo

install dependency module

go mod tidy

start server

go run server/main.go

start client

go run client/main.go

response

2022/04/09 13:56:03 Response: [id:"article-1" title:"Article 1" category:{id:1 name:"Go"} tags:"Go" tags:"GoLang" id:"article-2" title:"Article 2" category:{id:2 name:"gRPC"} tags:"grpc"]