aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node/dynamic_codegen/README.md
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-05-12 14:28:36 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-05-12 14:28:36 -0700
commit6d0b4d20c0dbb9326724343a0c04b52d390e25a4 (patch)
treec815c2d33c28f0d10112d8239fcf6fe5d6b250ef /examples/node/dynamic_codegen/README.md
parentd9c58961f91d877e760008e2916527b0d56b8826 (diff)
parenta709afe241d8b264a1c326315f757b4a8d330207 (diff)
Merge branch 'master' of github.com:grpc/grpc into merge
Diffstat (limited to 'examples/node/dynamic_codegen/README.md')
-rw-r--r--examples/node/dynamic_codegen/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/node/dynamic_codegen/README.md b/examples/node/dynamic_codegen/README.md
new file mode 100644
index 0000000000..1a6ec17a3e
--- /dev/null
+++ b/examples/node/dynamic_codegen/README.md
@@ -0,0 +1 @@
+This is the dynamic code generation variant of the Node examples. Code in these examples is generated at runtime using Protobuf.js.