An open API service indexing awesome lists of open source software.

https://github.com/h3poteto/play-grpc-example


https://github.com/h3poteto/play-grpc-example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Play grpc example

## Update gem library

Generate library files from proto files using following command:

```bash
$ 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
```