Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Side by Side Diff: third_party/grpc/examples/node/README.md

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 gRPC in 3 minutes (Node.js)
2 ===========================
3
4 PREREQUISITES
5 -------------
6
7 - `node`: This requires Node 0.12.x or greater.
8
9 INSTALL
10 -------
11
12 ```sh
13 $ cd examples/node
14 $ npm install
15 ```
16
17 TRY IT!
18 -------
19
20 - Run the server
21
22 ```sh
23 $ # from this directory
24 $ node ./greeter_server.js &
25 ```
26
27 - Run the client
28
29 ```sh
30 $ # from this directory
31 $ node ./greeter_client.js
32 ```
33
34 TUTORIAL
35 --------
36 You can find a more detailed tutorial in [gRPC Basics: Node.js][]
37
38 [Install gRPC Node]:../../src/node
39 [gRPC Basics: Node.js]:http://www.grpc.io/docs/tutorials/basic/node.html
OLDNEW
« no previous file with comments | « third_party/grpc/examples/node/.gitignore ('k') | third_party/grpc/examples/node/greeter_client.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698