android13/external/grpc-grpc/examples/ruby/without_protobuf
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
README.md initial 2024-06-22 20:45:49 +08:00
echo_client.rb initial 2024-06-22 20:45:49 +08:00
echo_server.rb initial 2024-06-22 20:45:49 +08:00
echo_services_noprotobuf.rb initial 2024-06-22 20:45:49 +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