@srijhansike/sri-jhansi-event-fabric
v1.0.0
Published
Ultra-low latency kernel-level inter-process communication event fabric for Node.js and Python.
Downloads
21
Maintainers
Readme
Cross-Runtime Asynchronous Event Fabric 🚀
An ultra-low latency, kernel-level Inter-Process Communication (IPC) event fabric designed to seamlessly link Node.js and Python microservices using native operating system memory channels (Named Pipes on Windows / Unix Domain Sockets on macOS & Linux).
By bypassing the traditional local network stack (TCP/HTTP), this middleware drops communication latency down to under 2 milliseconds, optimizing system CPU usage and removing microservice communication bottlenecks.
⚙️ Core Architecture Features
- Zero Network Overhead: Utilizes local OS memory pipes instead of burning network card ports.
- Asynchronous Pub/Sub Loop: Event-driven, non-blocking execution models using
asyncio(Python) andnet(Node.js). - High-Frequency Telemetry: Built-in microsecond-accurate ($\mu s$) performance and latency tracking handlers.
🚀 Quick Start Installation
1. Global System CLI Installation
Clone the repository and link the executable binary utility globally to your operating system variables:
npm link