Use the ipcMain and ipcRenderer modules to communicate between Electron processes| www.electronjs.org
Communicate asynchronously from the main process to renderer processes.| www.electronjs.org
A set of guidelines for building secure Electron apps| www.electronjs.org
The MessagePort interface of the Channel Messaging API represents one of the two ports of a MessageChannel, allowing messages to be sent from one port and listening out for them arriving at the other.| MDN Web Docs
The structured clone algorithm copies complex JavaScript objects. It is used internally when invoking structuredClone(), to transfer data between Workers via postMessage(), storing objects with IndexedDB, or copying objects for other APIs.| MDN Web Docs
Communicate asynchronously from a renderer process to the main process.| www.electronjs.org
Class: EventEmitter#| nodejs.org