Grenache Node.JS ZeroMQ implementation

May 15, 2017 ยท View on GitHub

This package is temporarily unmaintained

Details

  • Project Homepage

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

Contents

  1. 0.1Details
  2. 0.2Setup
  3. 0.3Run