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

https://github.com/rumkin/electron-ipc-demo

Demo for Chrome extensions alike communication between main process and web page
https://github.com/rumkin/electron-ipc-demo

electron ipc postmessage

Last synced: about 1 month ago
JSON representation

Demo for Chrome extensions alike communication between main process and web page

Awesome Lists containing this project

README

          

# Electron IPC Demo

1. Start main process.
2. Create server to server http files.
3. Create BrowserWindow with preload and contextIsolation.
4. Listen for internal postMessages in preload.js
5. Send postMessage to the main process via ipcRenderer.

## License

MIT © [Rumkin](https://rumk.in)