This repository is a starting point to build a native Node.js module.
- Clone the repository:
git clone https://github.com/NickNaso/seed-node-native-module.git
- Install all requested dependencies
npm install
Now you can start in using this base code to build your own native module. All information about developing Node.js native module are available below as reference.
Official Node.js documentation