unplugged-system/external/grpc-grpc/examples/ruby/without_protobuf
2025-10-06 13:59:42 +00:00
..
echo_client.rb Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
echo_server.rb Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
echo_services_noprotobuf.rb Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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