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
- Host: GitHub
- URL: https://github.com/nakabonne/grpc_test
- Owner: nakabonne
- Created: 2017-07-01T09:36:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-16T13:25:14.000Z (almost 9 years ago)
- Last Synced: 2025-10-12T01:37:21.093Z (8 months ago)
- Topics: grpc, grpc-ruby, ruby
- Language: Ruby
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```