Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 287 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 287 Bytes

Play grpc example

Update gem library

Generate library files from proto files using following command:

$ bundle exec grpc_tools_ruby_protoc -I ./protocol --ruby_out=client/ruby/lib/play_grpc_example --grpc_out=client/ruby/lib/play_grpc_example ./protocol/**/*.proto