Please note that all submissions to the site are subject to the wiki's licence, CC 4.0 BY-SA, as found here
Electron
Electron is a programming environment to allow an application normally developed for a website to run locally on the user's computer. It consists of a browser to display the output the application generates, a PHP interpreter (or compiler) to handle the web-server programming the application uses, a Javascript interpreter, and a database (like MySQL) to handle database operations. It also provides the same connectivity to the Internet that the user has, so that, for example, if the application uses a remote database, it can connect to it.
Electron can encrypt the application so that its internal operations are not visible to those who download it.
Click the back button to return to the page that brought you here.