Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 573 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 573 Bytes

Grenache Node.JS ZeroMQ implementation

This package is temporarily unmaintained

Details

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