Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacobgardner/gnats-static

Node module packaged with the NATS server, gnats, binaries
https://github.com/jacobgardner/gnats-static

binary darwin gnats linux nats node nodejs windows

Last synced: 7 days ago
JSON representation

Node module packaged with the NATS server, gnats, binaries

Awesome Lists containing this project

README

        

# gnats-static

Node module packaged with the NATS server, gnats, binaries

## Installation

This module is installed via npm:

``` bash
$ npm install gnats-static
```

## Example Usage

Returns the path of a statically linked gnats binary on the local filesystem.

``` js
var gnatsPath = require('gnats-static');
console.log(gnatsPath);
// /home/jacob/personal/gnats/bin/linux/x64/gnatsd
```