Jump to content

Electron

From Consumer_Action_Taskforce
Revision as of 11:15, 20 January 2025 by Tdarcos (talk | contribs) (Explain what the product does)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.