https://github.com/oe/duplex-message
A tinny(~3kb) utility that can simplify cross window(iframes, workers, same origin windows) and electron main / renderer process communications
https://github.com/oe/duplex-message
communication duplex duplex-message electron iframe mess messagehub messaging postmessage rpc worker
Last synced: about 1 month ago
JSON representation
A tinny(~3kb) utility that can simplify cross window(iframes, workers, same origin windows) and electron main / renderer process communications
- Host: GitHub
- URL: https://github.com/oe/duplex-message
- Owner: oe
- License: mit
- Created: 2018-09-27T13:34:58.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-10-21T01:48:37.000Z (5 months ago)
- Last Synced: 2026-01-13T23:03:25.651Z (3 months ago)
- Topics: communication, duplex, duplex-message, electron, iframe, mess, messagehub, messaging, postmessage, rpc, worker
- Language: TypeScript
- Homepage:
- Size: 910 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
duplex-message
A tinny(~3kb) utility that can makes one way message responsible
enhance postMessage/storageEvent/electron IPC/chrome extension scripts
## packages
1. For browser: check [Duplex-Message](https://github.com/oe/duplex-message/tree/main/packages/duplex-message)
2. For electron: check [Simple-Electron-IPC](https://github.com/oe/duplex-message/tree/main/packages/simple-electron-ipc)
## publish steps
1. `pnpm changeset` to create a changeset
2. `pnpm changeset version` to update the version
3. `pnpm publish -r` to publish the package