Node module packaged with the NATS server, gnats, binaries
This module is installed via npm:
$ npm install gnats-static
Returns the path of a statically linked gnats binary on the local filesystem.
var gnatsPath = require('gnats-static');
console.log(gnatsPath);
// /home/jacob/personal/gnats/bin/linux/x64/gnatsd