Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jacobgardner/gnats-static
- Owner: jacobgardner
- Created: 2017-02-16T22:51:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T22:59:10.000Z (almost 8 years ago)
- Last Synced: 2024-11-30T16:11:36.453Z (25 days ago)
- Topics: binary, darwin, gnats, linux, nats, node, nodejs, windows
- Language: JavaScript
- Homepage:
- Size: 7.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```