Skip to content

zhouzhi3859/napi_example

Repository files navigation

napi_example

This is a repository of node napi examples.
If you want detail of napi, you can visit node_napi.

Table of Contents

Where napi_module used

You can visit app.js know how use it which napi_module are constructed.

Run this example

You have to make sure node_gyp now installed in you computer.

npm install
npm run build
npm run dev