Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

zmq-service-suite-broker-tokenized

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zmq-service-suite-broker-tokenized

0MQ Service oriented Suite - Broker

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

Build Status Code Climate Coverage Issue Count Dependency Status Grunt

ZMQ Service Oriented Suite - Node-js Broker

NPM version

This project is a node-js broker implementation for Micro toolkit and it respects with the zss specification.

The broker is slipt in three main components:

  • backend: Receives requests and replies from services;
  • frontend: Receives requests and replies from clients;
  • smi: Service management interface, it handles service lifecycle with smi requests: up, down, heartbeat.

Running Broker

ZeroMQ Install

You need to have 0MQ installed.

If you use MacOS just do

$ brew install zeromq

ZSS Broker Execution

$ npm install
$ npm start

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

Bump versioning

We use grunt bump package to control package versioning.

Bump Patch version

$ grunt bump

Bump Minor version

$ grunt bump:minor

Bump Major version

$ grunt bump:major

Running Specs

$ npm test

Coverage Report

We aim for 100% coverage and we hope it keeps that way! :) We use pre-commit and pre-push hooks and CI to accomplish this, so don't mess with our build! :P

Check the report after running npm test.

$ open ./coverage/lcov-report/index.html

Keywords

0MQ

FAQs

Package last updated on 17 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts