Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yusukeiwaki/grpc-ruby-playground


https://github.com/yusukeiwaki/grpc-ruby-playground

Last synced: about 1 month ago
JSON representation

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: "
```

:)