Skip to content

Instantly share code, notes, and snippets.

@ramirezd42
Created October 25, 2017 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramirezd42/3840fbe5c3ed5d36e75ef7f117ffcf36 to your computer and use it in GitHub Desktop.
Save ramirezd42/3840fbe5c3ed5d36e75ef7f117ffcf36 to your computer and use it in GitHub Desktop.
ex_1 js
var addon = require('bindings')('addon');
addon(function(msg){
console.log(msg); // 'hello world'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment