|
|
|
|
|
by bdcravens
2708 days ago
|
|
You'd still have to bundle a JS engine. Presumably you could build a traditional UI app and include V8, but I still think this isn't a bad use case for Electron (but I agree there are many apps where it isn't the best choice) |
|
To me it would make sense to build a real desktop application and bundle whatever JS engine you want to use, pipe and process the output as any other application.
You'd end up with a much smaller application (Download size), more resource-efficient, and less reliance on things like the bundled browser.