Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript.
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-sqlite3I find that the MyApp.exe file generated using electron-builder is nearly about 500M. I am not sure what I …
electron electron-builder electron-packagerWe'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 yargsI 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-trayOur 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 electronHow 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-builderI want to connect a standard Zebra scanner to an electron ( node.js windows ) application. I want to do it …
electron electron-builderI 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-osI'm using Electron + Nightmare.js to do unit tests. I need to copy a string to the clibboard > focus …
javascript unit-testing electron nightmare