Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 256 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 256 Bytes

grpc_server_helloworld

helloworld grpc server

first,

$ protoc -I helloworld/ helloworld/helloworld.proto --go_out=plugins=grpc:helloworld

terminal 1:

$ go run greeter_server/main.go

terminal 2:

$ go run greeter_client/main.go