1.3.0 • Published 6 months ago

@rc-microcap/zmq-directory v1.3.0

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

@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

1.3.0

6 months ago

1.2.0

7 months ago

1.1.0

7 months ago

1.0.1

7 months ago