Skip to content

Latest commit

 

History

History
executable file
·
13 lines (8 loc) · 527 Bytes

README.md

File metadata and controls

executable file
·
13 lines (8 loc) · 527 Bytes

gRPC Basics: Node.js sample code

This example is clone of gRPC node example for dynamic codegen

The files in this folder are the samples used in gRPC Basics: Node.js, a detailed tutorial for using gRPC in Node.js.

Executing the demo

  • Install dependencies npm i
  • node route_guide_server.js --db_path route_guide_db.json
  • node route_guide_client.js --db_path route_guide_db.json