tree: 0af374cc78326620d8318adde76c256f5e686a0c [path history] [tgz]
  1. examples/
  2. ext/
  3. interop/
  4. src/
  5. test/
  6. binding.gyp
  7. index.js
  8. package.json
  9. 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.