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

Following alowg with the gRPC: Up and Running book

Notifications You must be signed in to change notification settings

brokeyourbike/grpc-up-and-running

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grpc-up-and-running

Following alowg with the gRPC: Up and Running book

Generate

Messages

protoc -I ecommerce ecommerce/product_info.proto \
--go_out=./ecommerce \
--go_opt=paths=source_relative

Services

protoc -I ecommerce ecommerce/product_info.proto \
--go-grpc_out=./ecommerce \
--go-grpc_opt=paths=source_relative

Acknowledgement

  • gRPC: Up and Running by Kasun Indrasiri and Danesh Kuruppu (O’Reilly). Copyright 2020 Kasun Indrasiri and Danesh Kuruppu, 978-1-492-05833-5.
  • Code samples

About

Following alowg with the gRPC: Up and Running book

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages