I am following the example from the gRPC Ruby Quick Start guide, but I encounter an error when trying to run the server using the command ruby greeter_server.rb
. The specific error message I receive is:
I installed the desired the grpc gems as per the quick start guide
- gem install grpc
- gem install grpc-tools
I was expecting the server to run on running the command ruby greeter_server.rb
New contributor
nevrekar_amey is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.