1.2.0 • Published 9 months ago

@rc-microcap/zmq-broker v1.2.0

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

@rc-microcap/zmq-broker

This package provides a standalone ZeroMQ message broker for the MicroCAP framework. It handles routing messages between publishers and subscribers.

This service is typically required for MicroCAP applications using the default ZeroMQ runtime to communicate.

Installation

Install globally using npm:

npm install -g @rc-microcap/zmq-broker

Usage

Run the broker from your terminal:

zmq-broker

The broker will start and listen for connections from MicroCAP actors.

Configuration

Currently, the broker uses default ports defined within the @rc-microcap/core package. Future versions may allow configuration via command-line arguments or environment variables.

MicroCAP Framework

This broker is part of the MicroCAP framework. For more information on the framework and how to build applications, see the main repository:

https://github.com/rajan-chari/microcap/tree/main/typescript

1.2.0

9 months ago

1.1.0

10 months ago

1.0.1

10 months ago