joamag-hello-node
v0.1.13
Published
Simple hello world example
Readme
Hello Node.js
Simple native Node.js extension for testing purposes.
Description
This module is a simple native Node.js extension for testing purposes. It is a simple module that returns a string "world".
Uses Node-gyp to build the native module.
Usage
npm install joamag-hello-nodeconst hello = require("joamag-hello-node");
console.log(hello.hello());License
Hello Node.js is currently licensed under the Apache License, Version 2.0.
