6 ms·
Consider Chromium Embedded Framework, or Sciter. These too let you define your UI with JS/HTML/CSS, but you're not shipping a node.js server with your app, whic
by raspie 8y ago
Consider Chromium Embedded Framework, or Sciter. These too let you define your UI with JS/HTML/CSS, but you're not shipping a node.js server with your app, which makes your app much lighter.
- SahAssar 8y agoIn that case why not just make a webapp?
- raquo 8y agoBecause you can still have a "backend" hosted on the user's computer, it just doesn't have to be node.js, could be something more efficient or powerful or whatever is needed.
- zerr 8y agoI believe it is Chromium that's the main bloat point in Electron, not the node.js.