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.

Spawn a child process in Electron

I'm using Node v6.2.2 and Electron v1.2.5. I have a small application that I've built on top of Electron and …

electron
Tips on solving 'DevTools was disconnected from the page' and Electron Helper dies

I've a problem with Electron where the app goes blank. i.e. It becomes a white screen. If I open …

debugging electron freeze
What is the Client/Server model when using Electron (Atom Shell)?

I'm trying to wrap my head around how Electron (formerly Atom Shell) works. I'm coming from a traditional, MVC-style web …

javascript node.js electron
loadUrl is not working in electron

i am new to electron. i tried to run the index.js with following lines, it worked const electron = require("…

electron
Replace 'Prompt' in on Electron

How to replace the function of javascript prompt in electron? Can someone give me an example? I tried to use …

javascript electron
Electron create MSI installer using electron-builder

I managed to create an .exe installer for windows using electron builder, I create 2 package.json as pointed out in …

electron electron-builder
electron package: reduce the package size

I made a simple Electron app: main.js const {app, BrowserWindow} = require('electron') const path = require('path') const url = require(…

javascript electron electron-packager
Showing window after it is fully loaded

When I create basic application and initialize it using electron command, it shows me a blank window and a moment …

javascript node.js electron
Electron UI for Golang Program?

I'd like to make a GUI in Electron for a Desktop Application written in Go (currently it's a command line …

javascript user-interface go desktop-application electron