Home | History | Annotate | only in /external/grpc-grpc/examples/ruby/without_protobuf
Up to higher level directory
NameDateSize
echo_client.rb22-Oct-20201.1K
echo_server.rb22-Oct-20201.3K
echo_services_noprotobuf.rb22-Oct-20201,009
README.md22-Oct-2020208

README.md

      1 gRPC (Ruby) without protobuf
      2 ========================
      3 
      4 This directory contains a simple example of using gRPC without protobuf.
      5 
      6 This is mainly intended to show basic usage of the GRPC::GenericService module
      7