corredor-js
v0.1.1
Published
JS bindings for Corredor test transport framework.
Downloads
10
Readme
corredor-js
Spanish, corredor m, noun 1. corridor, hall 2. runner 3. broker
This is the NodeJS binding for corredor, a framework for creating distributed test harnesses and other applications.
Installation
To install corredor-js:
$ npm install corredor-js
Corredor uses ZeroMQ for the transport. To install:
# Ubuntu/Debian
$ sudo apt-get install libzmq3-dev
# Fedora
$ sudo yum install zeromq3-devel
# OSX
$ sudo brew install zmq
If your OS is not listed or you want the latest version of zmq, please see the official downloads page.
Documentation
Please readthedocs for more information.
Testing
To run tests:
$ npm test