|
|
|
|
|
by galaxyLogic
2023 days ago
|
|
Right. Also each Electron app "comes with a copy of two large software frameworks, Node.js and Chromium"
( https://medium.com/dailyjs/put-your-electron-app-on-a-diet-w... ) Whereas if you build starting from Node.js (or Deno I assume) you can skip the Chromium part. Instead of packaging Chromium with your app you assume that users have a browser and can use that to talk to your app. The benefit of using Node.js is you don't have to use a different language for the backend. It helps. BTW. "Electrino" in the linked-to article seems interesting too. |
|