kimpa0107 / go-grpc-demo

Golang gRPC demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"]

About

Golang gRPC demo


Languages

Language:Go 85.0%Language:Shell 15.0%