Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript.
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 ipcmainI 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-builderI'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-packagerI have trouble with using Electron. As you can see the title, when i load remote module, it saids it …
node.js electronHow to implement Notification API on Electron App? I tried checking Notification.permission and it returns granted But when I …
javascript electron web-notificationsI 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-requirementsI have an issue when using electron builder I got blank page and error in console: Not allowed to load …
javascript reactjs electron electron-builderI have an electron app which uses pm2 to start some apps using the pm2 module.Everything is fine.However …
node.js electron pm2I'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-proxyI 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