Ask HN: Examples of good Electron apps?
Electron gets a lot of hate around these parts for being consuming a lot of memory and/or CPU. But I'm curious if there are any applications that have been built with Electron which end up not running into these issues. Is it possible to create an application with Electron which uses a minimal amount of memory? That doesn't use much CPU? I'm curious as to what the theoretical minimum amount of memory an Electron application could consume if being very careful, etc.
1 comment
[ 3.2 ms ] story [ 15.3 ms ] threadEven a small Electron app is still pulling in Node and Chromium, which are relatively heavy no matter what. CPU depends on what it's actually doing; if it's just sitting there, it won't take much.