A Hello World example using Native Abstractions for Node.js
yarn add nan-hello-world
or
npm install nan-hello-world
const helloworld = require('nan-hello-world');
console.log(helloworld.say());
See the LICENSE file for license rights and limitations (MIT).