Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T15:00:00.000Z (3 months ago)
- Last Synced: 2024-10-17T05:07:01.093Z (about 1 month ago)
- Topics: communication, duplex, duplex-message, electron, iframe, mess, messagehub, messaging, postmessage, rpc, worker
- Language: TypeScript
- Homepage:
- Size: 807 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
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### For browser: check [Duplex-Message](https://github.com/oe/duplex-message/tree/main/packages/duplex-message)
### For electron: check [Simple-Electron-IPC](https://github.com/oe/duplex-message/tree/main/packages/simple-electron-ipc)