Skip to content

martinbark/nan-hello-world

Repository files navigation

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).