goauld
v1.0.1
Published
Infect other process from node.js
Downloads
2
Readme
Goauld.js
Infect other process with Node.js
Installation
npm install goauld --save
Usage
var Goauld = require('goauld');
var goauld = new Goauld();
goauld.setHost("bc");
goauld.ask("21 + 21",function(answer) {
console.log(answer);
});