grpc/examples/ruby/without_protobuf
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
..
README.md add ruby example that doesn't use protobuf 2017-02-08 11:38:30 -08:00
echo_client.rb auto-fix most of licenses 2017-06-08 11:22:41 +02:00
echo_server.rb auto-fix most of licenses 2017-06-08 11:22:41 +02:00
echo_services_noprotobuf.rb auto-fix most of licenses 2017-06-08 11:22:41 +02: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