Home »
MCQs »
Electron.js MCQs
Electron uses ____ to communicate between the main process and the renderer processes
8. Electron uses ____ to communicate between the main process and the renderer processes.
- TPC
- UDP
- IPC
Answer: C) IPC
Explanation:
Electron uses IPC to communicate between the main process and the renderer processes.