https://github.com/h3poteto/play-grpc-example
https://github.com/h3poteto/play-grpc-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/h3poteto/play-grpc-example
- Owner: h3poteto
- Created: 2017-10-03T03:24:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T14:59:27.000Z (over 7 years ago)
- Last Synced: 2025-01-12T14:12:29.364Z (4 months ago)
- Language: Scala
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```