Back to browse
GitHub Repository

Lightweight message bus for micro-frontend communication. Connects MFEs across Module Federation remotes and browser tabs using SharedWorker and BroadcastChannel, with pub/sub and request-reply built in.

0 starsTypeScript

Nirnam – a browser-native message bus and AI agent framework for MFEs

by shauryaSP·Jun 27, 2026·1 point·0 comments

AI Analysis

●●●BangerBig BrainWizardry

Three-layer browser message bus auto-selects transport, beats postMessage for MFEs.

Strengths
  • Auto-selects optimal transport layer without manual configuration
  • SharedWorker enables true cross-tab routing without backend infrastructure
  • Built-in MCP transport for AI agent coordination
Weaknesses
  • Zero stars and forks signals very early adoption stage
  • Browser-only scope excludes Node.js or server-side micro-frontend scenarios
Target Audience

Frontend engineers building micro-frontends or browser-native AI agents

Similar To

Pennant · Krux · postMessage

Post Description

Communication hub to make communication easier for MFEs, Browser Worker threads, Browser-native Agents. And an Agent framework to make it easier to build browser native multi-agent system.

Similar Projects