Used for background operations, providing direct access to the operating system's file system, network, and hardware. The Two-Process Model
Used for rendering the user interface (UI), essentially treating your app like a local website. electron js
Electron JS: The Definitive Guide to Building Cross-Platform Desktop Apps Used for background operations, providing direct access to
Each window you open runs in its own renderer process. It behaves like a standard web page but can communicate with the Main process through Inter-Process Communication (IPC) . 2. Key Features and Benefits Introduction | Electron Used for background operations
This is the "brain" of your app. It manages application lifecycle events, native menus, and creates browser windows.