https://github.com/tarunbatra/sample-node-api-project
Sample project which uses Node-API (N-API)
https://github.com/tarunbatra/sample-node-api-project
Last synced: 7 months ago
JSON representation
Sample project which uses Node-API (N-API)
- Host: GitHub
- URL: https://github.com/tarunbatra/sample-node-api-project
- Owner: tarunbatra
- Created: 2021-06-27T07:52:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T07:59:44.000Z (over 4 years ago)
- Last Synced: 2025-01-12T10:27:04.862Z (9 months ago)
- Language: C++
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# N-API
This is just me trying my hands at N-API and C++ addons. Nothing to see here, unless you are intrigued too.## Get started
Since the project uses N-API, it needs to be built before we can run it.
```
npm i && npm run build
```
And then,
```
npm start
```## Source
This project is directly inspired from [Node.js docs](https://nodejs.org/docs/latest-v14.x/api/addons.html). They have good docs on N-API to get started.