tree: 4b38116e59c76566dfa6fb89790b87b697cc78ee [path history] [tgz]
  1. examples/
  2. ext/
  3. interop/
  4. src/
  5. test/
  6. .gitignore
  7. binding.gyp
  8. index.js
  9. package.json
  10. README.md
src/node/README.md

Node.js GRPC extension

The package is built with

node-gyp configure
node-gyp build

or, for brevity

node-gyp configure build

The tests can be run with npm test on a dev install.