- Electron - Resources
- Electron - Packaging Apps
- Electron - Debugging
- Electron - Environment Variables
- Electron - Defining Shortcuts
- Electron - Audio & Video Capturing
- Electron - Webview
- Electron - Notifications
- Electron - System Tray
- Electron - Menus
- Electron - System Dialogs
- Inter Process Communication(IPC)
- Electron - Native Node Libraries
- Electron - File Handling
- Electron - Building UIs
- Electron - Hello World
- How Electron Works?
- Electron - Installation
- Electron - Overview
- Electron - Home
Electron Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Electron - Overview
Why Electron?
Electron enables you to create desktop apppcations with pure JavaScript by providing a runtime with rich native (operating system) APIs.
This does not mean Electron is a JavaScript binding to graphical user interface (GUI) pbraries. Instead, Electron uses web pages as its GUI, so you can also see it as a minimal Chromium browser, controlled by JavaScript. So all the electron apps are technically web pages running in a browser that can leverage your OS APIs.
Who Uses Electron?
Github developed Electron for creating the text editor Atom. They were both open sourced in 2014. Electron is used by many companies pke Microsoft, Github, Slack, etc.
Electron has been used to create a number of apps. Following are a few notable apps −
Slack desktop
Wordpress desktop app
Visual Studio Code
Caret Markdown Editor
Nylas Email App
GitKraken git cpent