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: about 1 month ago
JSON representation

Sample nodejs native binding (synchronous and asynchronous version)

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```