# node-cpp-plugin **Repository Path**: odeng/node-cpp-plugin ## Basic Information - **Project Name**: node-cpp-plugin - **Description**: node C/C++插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-08 - **Last Updated**: 2023-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  安装node-gyp ```shell npm install -g node-gyp ``` 编译C/C++扩展模块 ```shell node-gyp configure build ``` 测试 ```shell node test.js ```