*** Welcome to piglix ***

Electron (software framework)

Electron
Electron 0.36.4 Icon.png
Developer(s) GitHub
Initial release July 15, 2013; 3 years ago (2013-07-15)
Stable release
1.4.15 / January 19, 2017; 26 days ago (2017-01-19)
Repository github.com/electron/electron
Written in C++ and JavaScript
Operating system Windows, Linux and macOS
Platform x86, x64, ARM
License MIT License
Website electron.atom.io

Electron (formerly known as Atom Shell) is an open-source framework developed by GitHub. It allows for the development of desktop GUI applications using the Node.js runtime and the Chromium web browser, originally used for the development of backend web applications. Electron is the main framework behind two notable open-source source code editors: GitHub's Atom, and Microsoft's Visual Studio Code.

A basic Electron app consists of three files: package.json (metadata), main.js (code) and index.html (graphical user interface). The framework is provided by the Electron executable file (electron.exe in Windows, electron.app on macOS and electron on Linux). Developers wishing to add branding and custom icon can rename and/or edit the Electron executable file.



...
Wikipedia

...