An open API service indexing awesome lists of open source software.

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)

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.