Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

duplex-message




github actions


code with typescript

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)