voisus
v0.4.9
Published
This module provides access to maintenance and oversight over the voisus client and server.
Downloads
35
Maintainers
Readme
Node Voisus
This module provides access to maintenance and oversight over the voisus client and server.
Installation:
npm install voisusUsage:
var nVoisus = require('voisus');
var hapi = nVoisus.createHapi('IPAddress');
hapi."method"(args, function(err, result) {
...
});