Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hisasann/node-native-addon-using-nan
- Owner: hisasann
- Created: 2017-02-15T11:04:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:31:20.000Z (about 1 year ago)
- Last Synced: 2024-10-30T02:36:12.619Z (about 2 months ago)
- Topics: nan, nodejs
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```