@rc-microcap/zmq-broker
v1.2.0
Published
Standalone ZeroMQ broker for MicroCap
Readme
@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-brokerUsage
Run the broker from your terminal:
zmq-brokerThe 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
