Commit Graph

51 Commits

Author SHA1 Message Date
Patrice Chalin 5ac3aa789f Docs: fix links to grpc.io tutorial pages 2020-06-16 08:47:24 -04:00
Jan Tattermusch 21512217f2 get rid of the https://grpc.io/release plague 2020-02-04 15:01:03 +01:00
murgatroid99 08ff4c1f69 Fix one partially changed line in route guide examples 2018-05-01 09:41:32 -07:00
murgatroid99 3a45e34028 Update Node examples to use new @grpc/proto-loader package 2018-04-30 17:53:35 -07:00
Jan Tattermusch 171044c4d4
Fix bad variable name in route_guide_server.js 2018-04-27 17:31:23 +02:00
Jan Tattermusch a26aecc03b reimplement distance calculation in routeguide 2018-03-23 07:44:30 +01:00
Florian Nagel a36b429ae8 Fix deprecation warning Server#addProtoService and use Server#addService instead 2017-10-03 15:21:14 +02:00
Craig Tiller d996379030 Reset OWNERS state 2017-07-17 10:54:07 -07:00
murgatroid99 b5984601b8 Add myself as owner of files in several directories 2017-07-13 14:00:19 -07:00
Mehrdad Afshari bb3d95b643 Use https://grpc.io consistently as the canonical URL 2017-07-10 22:24:28 +00:00
Mehrdad Afshari 976eb7c4b4 Fetch grpc.io/release over https 2017-07-10 15:07:33 -07:00
Jan Tattermusch 4d5c3102a1 fix remaining license notices 2017-06-08 11:22:41 +02:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Jan Tattermusch a22a19fd64 fix markdown 2017-04-18 12:31:49 +02:00
Michiel de Jong 10cea4b121 Use grpc-tools npm package in readme
* Make it clearer which directory to `cd` to
* Take advantage of the work done https://github.com/grpc/grpc/issues/5982
2017-02-24 10:21:14 +01:00
Michael Lumish 13905ee9bb Merge pull request #7967 from p16/node-example-add-return-after-callback-witih-error
Nodejs examples: add return after calling callback(err)
2016-10-20 16:40:59 -07:00
Michael Lumish b9c77471f9 Merge pull request #8036 from tania-m/patch-1
Update greeter_client.js
2016-10-03 16:42:46 -07:00
tania-m cb78540024 Update greeter_client.js
Switched declaration order
2016-09-08 20:28:26 +02:00
Filippo De Santis 1647097d40 Add return after calling callback(err) 2016-09-02 12:28:45 +02:00
陈雨童 fb33fd385b Update README.md 2016-08-30 14:30:57 +08:00
murgatroid99 fcb5271105 Update node protobuf dependency to 3.0.0 where applicable. Also update example dependency to grpc 1.0.0 2016-07-29 10:44:01 -07:00
David Garcia Quintas 4281272389 Updated git clone URL 2016-06-29 17:39:07 -07:00
murgatroid99 210f3c4b8e Added comments to node generation, also refactored some plugin code 2016-05-20 13:24:59 -07:00
murgatroid99 395bca9a61 Improved description of examples bifurcation 2016-05-05 10:25:34 -07:00
murgatroid99 ddc0eb1be2 Split Node examples into static and dynamic code generation examples 2016-05-04 10:27:12 -07:00
murgatroid99 c7edb0ee10 Reverted 'Rewrite Node greeter example to use generated code' 2016-04-29 15:33:31 -07:00
murgatroid99 e264e3984f Merged from master 2016-04-19 10:56:01 -07:00
Craig Tiller 6169d5f7b0 Update copyrights 2016-03-31 07:46:18 -07:00
Jan Tattermusch 518e0c199c Merge pull request #5837 from sreecha/grpc_fixit_node
DocFixit: Troubleshooting info for Windows and some minor tweaks
2016-03-24 07:12:34 -07:00
Sree Kuchibhotla 244545671d DocFixit: Troubleshooting info for Windows and some minor tweaks 2016-03-18 14:44:31 -07:00
murgatroid99 d506ecbcb0 Add other missing dependencies 2016-03-18 09:12:16 -07:00
murgatroid99 c3b8c8d859 Updated example package.json with missing dependency 2016-03-18 08:45:30 -07:00
Stanley Cheung 5821a444c7 remove stray grpc_common reference 2016-03-03 19:46:58 -08:00
murgatroid99 4c8f8d89e7 Rewrite Node greeter example to use generated code 2016-02-26 11:43:05 -08:00
murgatroid99 d1b390453c Update Node examples and example documentation 2016-02-12 13:21:49 -08:00
murgatroid99 95060b510e Make Node examples package self-contained 2016-02-05 13:05:31 -08:00
Craig Tiller 897e4fe2ad Update copyrights 2015-12-22 15:03:40 -08:00
Valentyn Shybanov 2e5ba81668 Small typo of NodeJS version in README.md 2015-11-16 04:55:07 +07:00
Daniel Harrison f02c535878 fix node example 2015-10-24 16:45:04 -04:00
murgatroid99 b0f3bf16ce Resolved merge conflicts with master 2015-10-05 10:18:05 -07:00
murgatroid99 f3f85647e3 Updated examples with new node package location 2015-10-01 11:54:39 -07:00
murgatroid99 03c583fb86 Completed partial sentence 2015-09-24 16:12:36 -07:00
murgatroid99 dbd1b54027 Fixed updated link 2015-09-24 11:33:59 -07:00
murgatroid99 7e6db788b5 Made Node example README point to Node installation instructions 2015-09-24 11:33:20 -07:00
murgatroid99 fe0cb12958 Updated quick start README, replaced route guide docs with link to grpc.io 2015-09-23 15:52:45 -07:00
Tim Emiola a4cfb63b06 Merge pull request #3184 from murgatroid99/node_examples_update
Fixed routeguide namespace, updated README to match other changes
2015-09-02 16:37:23 -07:00
Stanley Cheung 56debcb6d1 fix more examples links 2015-08-31 15:14:28 -07:00
murgatroid99 cd0f8bd49c Fixed routeguide namespace, updated README to match other changes 2015-08-31 14:09:25 -07:00
murgatroid99 c919228e0a Updated Node examples to be compatible with master 2015-08-28 15:24:07 -07:00
Stanley Cheung 0a268216c2 replace all grpc-common occurances with examples 2015-08-27 14:38:38 -07:00