@rc-microcap/zmq-directory v1.3.0
@rc-microcap/zmq-directory
This package provides a standalone ZeroMQ Directory Service for the MicroCAP framework. It allows actors to register themselves and discover other actors within the system.
This service is typically required for MicroCAP applications using the default ZeroMQ runtime for service discovery.
Installation
Install globally using npm:
npm install -g @rc-microcap/zmq-directory
Usage
Run the directory service from your terminal:
zmq-directory
The directory service will start and listen for registration and lookup requests from MicroCAP actors.
Configuration
Currently, the directory service 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 directory service 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