What Are The Different Types Of Process In Electron?

user image

Muskan Anand

2 years ago

There are two types of process in Electron. These are main process and renderer process. Main process is responsible for interacting with native graphical user interface (GUI) of operating system. I also respond for auto-update of events and managing Browser Window instances. Renderer process is responsible for running the user interface of your application by using HTML files, CSS files, JavaScript files etc.

Recent Doubts

Close [x]