Skip to content

TotenDev/Kiwi-LibNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Kiwi - NodeJS Wrapper

NodeJS V8 module to send messages to Kiwi

Build Status

Requirements

Installation

Configure and Build

$ node-gyp configure build

##Usage

var Kiwi = require('./build/Release/Kiwi.node');
if (Kiwi.send_msg(9090,"com.queueIdentifier","/var/myscript.js","--test --output")) { 
	console.log("Sent :)"); 
}
else { 
	console.log("Not sent :("); 
}

If you don't know what this parameters are please read How it works.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

##License

GPL v3