https://github.com/errm/grpc-demo
GRPC demo for BathRuby
https://github.com/errm/grpc-demo
Last synced: 12 months ago
JSON representation
GRPC demo for BathRuby
- Host: GitHub
- URL: https://github.com/errm/grpc-demo
- Owner: errm
- Created: 2016-03-11T14:52:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T15:30:56.000Z (over 10 years ago)
- Last Synced: 2025-04-01T17:38:31.817Z (about 1 year ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc demo
This is the source for my demo on grpc.io given at BathRuby 2016
## Ruby
```
bundle install
````
Start the server
```
bin/server
```
Use the client
```
bin/client YourName
```
## GO
```
glide install
```
Start The Server
```
go run server.go
```