mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
12 lines
197 B
Markdown
12 lines
197 B
Markdown
# 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. |