aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/ruby/without_protobuf/README.md
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-02-08 11:14:21 -0800
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-02-08 11:38:30 -0800
commitccaec44d6516e9931536f3f3fb0e24d7ec977b43 (patch)
treee429830af65df98717c3223c1c887a04022c27a3 /examples/ruby/without_protobuf/README.md
parentde3ed4c670f9cdbf8b1f1edc53eaa0cc34515eda (diff)
add ruby example that doesn't use protobuf
Diffstat (limited to 'examples/ruby/without_protobuf/README.md')
-rw-r--r--examples/ruby/without_protobuf/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/ruby/without_protobuf/README.md b/examples/ruby/without_protobuf/README.md
new file mode 100644
index 0000000000..f9611648ca
--- /dev/null
+++ b/examples/ruby/without_protobuf/README.md
@@ -0,0 +1,6 @@
+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