Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zdychacek/node-native-binding
Sample nodejs native binding (synchronous and asynchronous version)
https://github.com/zdychacek/node-native-binding
Last synced: 9 days ago
JSON representation
Sample nodejs native binding (synchronous and asynchronous version)
- Host: GitHub
- URL: https://github.com/zdychacek/node-native-binding
- Owner: zdychacek
- Created: 2014-08-13T18:51:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-13T19:04:50.000Z (over 10 years ago)
- Last Synced: 2024-11-08T20:49:21.136Z (2 months ago)
- Language: C++
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Node.js native binding
===================Sample nodejs native binding (synchronous and asynchronous version).
1. ```npm i node-gyp -g```
1. ```node-gyp configure```
1. ```node-gyp build```
1. ```node addon.js```