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

https://github.com/nakabonne/grpc_test

Server and client using gRPC
https://github.com/nakabonne/grpc_test

grpc grpc-ruby ruby

Last synced: about 1 month ago
JSON representation

Server and client using gRPC

Awesome Lists containing this project

README

          

## SetUp
```
//①move
$ cd ../mel_exam
//②build
$ docker-compose build
//③start
$ docker-compose up -d
//④set up db
$ docker-compose run mel-exam ruby db_setup.rb
```

## Start server
```
$ docker-compose run mel-exam ruby ruby/greeter_server.rb
```

## Start client
```
$ docker-compose run mel-exam ruby ruby/greeter_client.rb
```