Electron — Architecture and Notifications
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.