mirror of https://github.com/grpc/grpc-node.git
Rename all core API functions that are on their way to deprecation with an _old tag across all wrappings. |
||
|---|---|---|
| examples | ||
| ext | ||
| interop | ||
| src | ||
| test | ||
| .gitignore | ||
| README.md | ||
| binding.gyp | ||
| index.js | ||
| package.json | ||
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.