Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hisasann/node-native-addon-using-nan

node native addon using nan
https://github.com/hisasann/node-native-addon-using-nan

nan nodejs

Last synced: 5 days ago
JSON representation

node native addon using nan

Awesome Lists containing this project

README

        

# nan を使った native addon の作り方

[nodejs/nan: Native Abstractions for Node.js](https://github.com/nodejs/nan)

## Installation

```
$ npm i
```

## Build

```
$ npm run build
```

or

```
$ npm run rebuild
```

## Test

```
$ npm run test
```