Top "Electron" questions

Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript.

Why is my ipcMain not sending to ipcRenderer in Electron?

New to electron I've figured out how to send from Renderer to Main but I'm trying to learn how to …

javascript electron ipc ipcrenderer ipcmain
Run python script in Electron app

I have a Electron project which executes some python script using NodeJS's child_process module. My python script is in …

python node.js electron electron-builder
How to add an icon to electron application

I've got my electron build files for a win .exe and installer but the icons aren't mine. In my main.…

electron electron-builder electron-packager
Electron.remote is undefined

I have trouble with using Electron. As you can see the title, when i load remote module, it saids it …

node.js electron
Using Notification API for Electron App

How to implement Notification API on Electron App? I tried checking Notification.permission and it returns granted But when I …

javascript electron web-notifications
What is minimum system requirements to run electron apps?

I am deciding between options for building native desktop app. I do not find any documentation for minimum system specs (…

javascript node.js native electron system-requirements
Electron Builder: Not allowed to load local resource: app.asar/build/index.html

I have an issue when using electron builder I got blank page and error in console: Not allowed to load …

javascript reactjs electron electron-builder
rename process using pm2 programmatic api

I have an electron app which uses pm2 to start some apps using the pm2 module.Everything is fine.However …

node.js electron pm2
How to handle CORS in an electron app

I'm building an electron app and need to call APIs where the API provider has not enabled CORS. The typically …

node.js proxy cors electron reverse-proxy
How to perform obfuscation of source code and protect source in electron js

I recently developed an app with electron framework and am now worried about source code protection after reading security concerns …

javascript security electron obfuscation code-security