Electron ou la révolution de l'app desktop
Electron the bad parts
https://hackernoon.com/electron-the-bad-parts-2b710c491547
Electron : confusion between electron-builder and electron team. Need to be setup
Carlo OS : Installer with external lib by other team, easy to set up
Electron : Complex to build application for Windows on MacOS
Carlo : Based on pkg which creates executables for every platforms
Electron : Based on Chrome, it packages it on every build
Carlo : Based on your local Chrome that is manipulated by pupeteer (no CHrome packaged)
Electron : Scripts in renderers are authorized to execute NodeJS commands
Carlo : Only main scripts are authorized to run NodeJS