grpc/examples/ruby/without_protobuf
Alexander Polcyn ccaec44d65 add ruby example that doesn't use protobuf 2017-02-08 11:38:30 -08:00
..
README.md add ruby example that doesn't use protobuf 2017-02-08 11:38:30 -08:00
echo_client.rb add ruby example that doesn't use protobuf 2017-02-08 11:38:30 -08:00
echo_server.rb add ruby example that doesn't use protobuf 2017-02-08 11:38:30 -08:00
echo_services_noprotobuf.rb add ruby example that doesn't use protobuf 2017-02-08 11:38:30 -08:00

README.md

gRPC (Ruby) without protobuf

This directory contains a simple example of using gRPC without protobuf.

This is mainly intended to show basic usage of the GRPC::GenericService module