https://github.com/hosopy/grpc-demo-python-ruby
https://github.com/hosopy/grpc-demo-python-ruby
grpc python ruby
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hosopy/grpc-demo-python-ruby
- Owner: hosopy
- Created: 2017-06-07T07:15:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T08:11:13.000Z (almost 9 years ago)
- Last Synced: 2024-10-18T19:29:20.168Z (over 1 year ago)
- Topics: grpc, python, ruby
- Language: Ruby
- Size: 38.1 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc-demo-python-ruby
This is a sample service composed of microservices using [gRPC](http://www.grpc.io/).
* Front end server
* Sinatra (Ruby)
* Back end server
* gRPC (Python)

## How to try
```sh
$ git clone https://github.com/hosopy/grpc-demo-python-ruby.git
$ cd grpc-demo-python-ruby
$ docker-compose up
```
Try to open `http://0.0.0.0:4567/`.