1.0.1 • Published 9 years ago
goauld v1.0.1
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);
});