Relative Content

Tag Archive for javascripttypescriptelectron

Electron IPC vs Electron Preload scripts

I am new to using Electron JS and I do not fully understand the differences between IPC and preload script to communicate Node modules with the Renderer process since it seems that both systems are capable of doing so. I have seen examples of people who directly communicated main.js with their renderer.js using IPC, and others who used preload.js.