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