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 make SQLite to work with Angular 4+, Electron and NodeJS

I'm trying to build one small desktop app using: Angular 4+ NodeJS Electron SQLite3 NodeJS will be used for scanning local …

node.js angular electron node-sqlite3
libGL error: No matching fbConfigs or visuals found

I get error when running xvfb-run electron app/ libGL error: No matching fbConfigs or visuals found libGL error: failed to …

opengl electron x11 xvfb
electron builder app size is too large

I find that the MyApp.exe file generated using electron-builder is nearly about 500M. I am not sure what I …

electron electron-builder electron-packager
Pass arguments to packaged electron application

We're using electron-packager to bundle up and distribute the front-end of our web application. We need to be able to …

javascript node.js electron atom-editor yargs
Receipt thermal printer in Electron

I need to find a way of printing receipts in javascript from Electron. I already tried QZ-TRAY but it doesn't …

javascript html printing electron qz-tray
Node HTTP-Proxy to HTTPS server with client certificate

Our servers rely on client certificates to validate access. Right now neither Electron nor NW.JS seem to support client …

node.js proxy node-http-proxy electron
Use amazon s3 with electron-builder's auto updater

How can I use electron-builder's auto-update feature with Amazon S3 in my electron app? Maybe someone who has already implemented …

node.js electron electron-builder
How to connect barcode scanner in electron ( Node.js )

I want to connect a standard Zebra scanner to an electron ( node.js windows ) application. I want to do it …

electron electron-builder
Developing apps for Chrome OS with Electron

I have to develop an app with Windows, MacOS and Chrome OS support – at the very least. Chrome OS is …

electron google-chrome-app nw.js google-chrome-os
Is it possible to copy/paste with Electron?

I'm using Electron + Nightmare.js to do unit tests. I need to copy a string to the clibboard > focus …

javascript unit-testing electron nightmare