micro-frame-messenger
v1.0.3
Published
Encrypted message passing between host and iframe using a secure messaging channel
Downloads
22
Maintainers
Readme
📡 micro-frame-messenger
A lightweight, encrypted message passing system between a host window and iframe using MessageChannel — designed for secure, event-driven communication in web applications.
✨ Features
- 🔐 AES-style encryption/decryption (via injected crypto interface)
- ⚡ Real-time bi-directional communication using MessageChannel API
- 🧩 Pluggable with your own event bus and crypto implementation
- 🪟 Works seamlessly between host window and iframe
📦 Installation
npm i micro-frame-messenger