https://github.com/zdychacek/node-native-binding
Sample nodejs native binding (synchronous and asynchronous version)
https://github.com/zdychacek/node-native-binding
Last synced: about 1 month 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-13T19:04:50.000Z (almost 12 years ago)
- Last Synced: 2025-02-21T19:12:57.546Z (over 1 year 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```