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.

How to unregister from ipcRenderer.on event listener?

In my host application I have a button, that when clicked, sends data over to my angular application with data. …

javascript node.js angular electron ipcrenderer
How to implement auto-update electron app on Linux?

I use electron to create cross-platform application. For Windows and Mac it could be done by electron tools, like autoUpdate, …

linux rpm electron auto-update deb