1.3.0 • Published 6 months ago

@rc-microcap/zmq-message-viewer v1.3.0

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

@rc-microcap/zmq-message-viewer

This package provides a standalone ZeroMQ Message Viewer utility for the MicroCAP framework. It connects to the ZMQ Broker and displays messages passing through it, which is useful for debugging MicroCAP applications.

Installation

Install globally using npm:

npm install -g @rc-microcap/zmq-message-viewer

Usage

Run the message viewer from your terminal:

zmq-message-viewer

The viewer will start, connect to the default broker address, and begin displaying messages as they are published.

Features

  • Displays message topic and content.
  • Attempts to decode message payloads (Text, JSON, Protobuf if known).
  • Shows raw message frames for detailed inspection.

Configuration

Currently, the message viewer connects to the default broker ports defined within the @rc-microcap/core package. Future versions may allow configuration.

MicroCAP Framework

This tool 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