How Electron Works?

user image

Muskan Anand

2 years ago

Electron work by taking main file created in your package.json file and executes it. The main file creates application windows contains rendered web pages and interact with native GUI. The main process is created when you start your application. Main process manage Browser Window module (provide ability to create new application windows in your app) and each browser module runs its own renderer process.

Recent Doubts

Close [x]