Added link to new tutorial
This commit is contained in:
parent
27b41fda0f
commit
dbae29ed0f
|
|
@ -26,7 +26,7 @@ INSTALL
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Try it!
|
TRY IT!
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- Run the server
|
- Run the server
|
||||||
|
|
@ -43,8 +43,13 @@ Try it!
|
||||||
$ node ./greeter_client.js
|
$ node ./greeter_client.js
|
||||||
```
|
```
|
||||||
|
|
||||||
Note
|
NOTE
|
||||||
----
|
----
|
||||||
|
|
||||||
This directory has a copy of `helloworld.proto` because it currently depends on
|
This directory has a copy of `helloworld.proto` because it currently depends on
|
||||||
some Protocol Buffer 2.0 syntax that is deprecated in Protocol Buffer 3.0.
|
some Protocol Buffer 2.0 syntax that is deprecated in Protocol Buffer 3.0.
|
||||||
|
|
||||||
|
TUTORIAL
|
||||||
|
--------
|
||||||
|
|
||||||
|
You can find a more detailed tutorial in [gRPC Basics: Node.js](https://github.com/grpc/grpc-common/blob/master/node/route_guide/README.md).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue