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