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

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

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