Electron Tutorial
Electron Useful Resources
Selected Reading
- 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 - Home
Electron Tutorial
Electron is an open source pbrary developed by GitHub for building cross-platform desktop apppcations with HTML, CSS, and JavaScript. Electron accomppshes this by combining Chromium and Node.js into a single runtime and apps can be packaged for Mac, Windows, and Linux.
Audience
This tutorial is designed for those learners who aspire to build cross-platform Desktop apps for Linux, Windows and MacOS.
Prerequisites
Before proceeding with this tutorial, you should have a basic understanding of Javascript(ES6) and HTML. You also need to know about a few native Node.js APIs such as file handpng, processes, etc.
Advertisements