Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 321 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 321 Bytes

Golang to Node gRPC

A test to send JSON data from a Golang client to a Node server using gRPC.

Generate protos

cd go-client/proto
protoc --proto_path "E:\GitHub\GolandProjects\gRPC\go-client\proto" message.proto --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative