0.9.6-2 • Published 7 years ago

gnats-static v0.9.6-2

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

gnats-static

Node module packaged with the NATS server, gnats, binaries

Installation

This module is installed via npm:

$ npm install gnats-static

Example Usage

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