zhouzhi3859 / napi_example

This is a repository of node napi examples.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a repository of node napi examples.


Languages

Language:C++ 83.1%Language:JavaScript 12.9%Language:Python 4.0%