diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-05-12 12:07:46 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-05-12 12:07:46 -0700 |
commit | 677e04d7bdf01c44e0614017b0c716b660aed01a (patch) | |
tree | 1c79529f9e069b3740fdc8bc81175fc8efe7ec18 /examples/node/static_codegen/route_guide/README.md | |
parent | 26dd2b8d6b298b7225f317b66a05646aaefb6a48 (diff) | |
parent | 395bca9a61d7430fbd7f1d2da1888dbee39e234e (diff) |
Merge pull request #6431 from murgatroid99/node_protoc_examples
Split Node examples into static and dynamic code generation examples
Diffstat (limited to 'examples/node/static_codegen/route_guide/README.md')
-rw-r--r-- | examples/node/static_codegen/route_guide/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/node/static_codegen/route_guide/README.md b/examples/node/static_codegen/route_guide/README.md new file mode 100644 index 0000000000..22bcf78986 --- /dev/null +++ b/examples/node/static_codegen/route_guide/README.md @@ -0,0 +1,5 @@ +#gRPC Basics: Node.js sample code + +The files in this folder are the samples used in [gRPC Basics: Node.js][], a detailed tutorial for using gRPC in Node.js. + +[gRPC Basics: Node.js]:http://www.grpc.io/docs/tutorials/basic/node.html |