Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yusukeiwaki/grpc-ruby-playground
https://github.com/yusukeiwaki/grpc-ruby-playground
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yusukeiwaki/grpc-ruby-playground
- Owner: YusukeIwaki
- Created: 2019-03-14T10:03:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T10:05:52.000Z (almost 6 years ago)
- Last Synced: 2024-10-18T08:31:57.009Z (3 months ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc-ruby-playground
```
$ bundle install
$ bundle exec grpc_tools_ruby_protoc --ruby_out=lib --grpc_out=lib ./health_check.proto
```and then
```
$ bundle exec ruby server.rb
``````
$ bundle exec ruby client.rb
"Greeting: "
```:)