vfile utility to create a virtual message
A small utility for creating warnings and emitting them.
Timeout a promise after a specified amount of time
Do things in development and nothing otherwise
An mutable object-based log format designed for chaining & objectMode streams.
Streams for reading/writing messages
Throw, identify, and decode Solana JavaScript errors
High-performance RTP packetizer with true SRC resampling, 8↔48kHz, 5 interpolation methods & real-time diagnostic
normalized JS Object and JSON message and event protocol for ES6+ node.js, browsers, electron, vanialla js, react.js, components, actions, stores and dispatchers
A Node.js communication port that can pass messages synchronously between workers
Custom error messages in JSON Schemas for Ajv validator
Low-level Lingui utilities to compile ICU MessageFormat messages and generate stable message IDs
Lint your commit messages
Unix datagram socket
@intlify/message-compiler
Standard error objects for pug
Split email messages into an object stream
Internationalized message formatting and locale negotiation
Generic logger interface
Environment-agnostic, ESM-friendly logger for simple needs.
Toast message component for React Native
Task and Message Queues with Multiple Providers
A library used in place of the native window.postMessage which when used on both the sending and receiving windows allow for a nicer asynchronouse promise messaging between the windows
Structured logging via heimdalljs
Sign and packetize structs messages over SRT
Compact binary serialization for HTTP requests and responses (HPK1 format)
Lightweight daemon to tail one or more log files and transmit UDP syslog messages to a remote syslog host (centralized log aggregation). Generates UDP packets itself instead of depending on a system syslog daemon, so it doesn't affect system-wide logging configuration.
RightInfrastructureAgent provides the foundation for RightScale infrastructure servers that connect into the RightScale system via the RabbitMQ message bus. It extends RightAgent in configuration, monitoring, and packet handling areas as needed generically by infrastructure servers.
Lightweight daemon to tail one or more log files and transmit UDP syslog messages to a remote syslog host (centralized log aggregation). Generates UDP packets itself instead of depending on a system syslog daemon, so it doesn't affect system-wide logging configuration.
Cryptocoin is a library for processing messages and information from a cryptocoin network, such as a packet of information, and creating useful wrappers for such data.
RightAgent provides a foundation for running an agent on a server to interface in a secure fashion with other agents in the RightScale system using RightNet, which operates in either HTTP or AMQP mode. When using HTTP, RightAgent makes requests to RightApi servers and receives requests using long-polling or WebSockets via the RightNet router. To respond to requests it posts to the HTTP router. When using AMQP, RightAgent uses RabbitMQ as the message bus and the RightNet router as the routing node to make requests; to receives requests routed to it by the RightNet router, it establishes a queue on startup. The packets are structured to invoke services in the agent represented by actors and methods. The RightAgent may respond to these requests with a result packet that the router then routes to the originator.