Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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