rails-golang-grpc-example

Usage

  1. Run golang gRPC server
$ cd path/to/dir/go

# listen gRPC server on port 5300
$ go run server.go
  1. Run Rails gRPC client server
$ cd path/to/dir/ruby

$ bin/rails s
  1. Visit http://localhost:3000/hello