https://github.com/bitfinexcom/grenache-nodejs-zmq
Grenache Node.JS ZeroMQ implementation, by Bitfinex
https://github.com/bitfinexcom/grenache-nodejs-zmq
Last synced: about 1 year ago
JSON representation
Grenache Node.JS ZeroMQ implementation, by Bitfinex
- Host: GitHub
- URL: https://github.com/bitfinexcom/grenache-nodejs-zmq
- Owner: bitfinexcom
- License: mit
- Created: 2016-04-01T09:40:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T16:42:38.000Z (about 9 years ago)
- Last Synced: 2025-03-18T09:52:07.713Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/bitfinexcom/grenache
- Size: 11.7 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Grenache](https://github.com/bitfinexcom/grenache) Node.JS ZeroMQ implementation
**This package is temporarily unmaintained**
### Details
- [Project Homepage](https://github.com/bitfinexcom/grenache)
### Setup
#### Install
```
npm install --save grenache-nodejs-zmq
```
#### Other Requirements
Install `Grenache Grape`: https://github.com/bitfinexcom/grenache-grape
```
// Start 2 Grapes
grape --dp 20001 --ap 30001 --bn '127.0.0.1:20002'
grape --dp 20002 --ap 30002 --bn '127.0.0.1:20001'
```
### Run
```
node examples/worker.js
node examples/client.js
```