Electron — Architecture and Notifications

John Au-Yeung
3 min readOct 9, 2020
Photo by Jamie Street on Unsplash

Electron is a framework that lets us create cross-platform desktop apps.

The apps are created by creating web apps that are wrapped with a wrapper.

In this article, we’ll look at the architecture and notifications of an Electron app.

Main and Renderer Processes

--

--