Please note that all submissions to the site are subject to the wiki's licence, CC 4.0 BY-SA, as found here

Electron: Difference between revisions

From Consumer Action Taskforce
Jump to navigationJump to search
m Added internal link
Karar (talk | contribs)
Too technical, turn it more into a categorization page than a purely technical page
Line 1: Line 1:
'''''Electron''''' is an open-source programming environment to allow an application normally developed for a web browser to run as a standalone app on the user's computer. It consists of a browser to display the output the application generates (currently [[Chromium]]), a CSS processor, and a Javascript interpreter,  It also provides the same connectivity to the Internet that the user's web browser has, so that, for example, if the application uses a remote database, it can connect to it.
'''''Electron''''' is an open-source programming framework that allows developers to write and run web applications as a standalone application. Electron uses [[Chromium]], an open-source primarily maintained by [[Google]]<ref>[https://www.cnet.com/tech/mobile/google-gets-web-allies-by-letting-outsiders-help-build-chromes-foundation/ "Google gets web allies by letting outsiders help build Chrome's foundation"] ''CNET'' Retrieved 20 January 2025.</ref>, as the underlying technology to parse and render web applications.


Electron can encrypt the application so that its internal operations are not visible to those who download it.
== Software using Electron ==
* [[Discord]]
* [[Bambu Lab Authorization Control System|Bambu Connect]]


Click the back button to return to the page that brought you here.
== See also ==
* [https://en.wikipedia.org/wiki/Electron_(software_framework) Wikipedia - Electron (software framework)]
* [https://en.wikipedia.org/wiki/Chromium_(web_browser) Wikipedia - Chromium (web-browser)]
 
== References ==
{{reflist}}


[[Category: Definitions]]
[[Category: Definitions]]
[[Category: Software]]

Revision as of 12:09, 20 January 2025

Electron is an open-source programming framework that allows developers to write and run web applications as a standalone application. Electron uses Chromium, an open-source primarily maintained by Google[1], as the underlying technology to parse and render web applications.

Software using Electron

See also

References