What Electron is
A way to ship a web application as a desktop program. It bundles a browser engine and a Node runtime, so your interface is HTML and CSS while your code can touch the file system, devices and the network like any native application. VS Code, Slack and Discord are built this way.
