top | item 35712845

(no title)

flak48 | 2 years ago

Plus every bugfix that eventually gets discovered now requires an update to be shipped to end users.

Atleast with websites, devs can ship a fix on the server immediately.

So the impact of different browsers behaving differently is much greater when distributing binaries with Neutralinojs. Having a bundled browser (eg Electron) atleast mitigates this vector for bugs

discuss

order

yowzadave|2 years ago

Are you saying that you build desktop apps that are just a webview container for the JS bundle which is hosted server-side? Is that typical with Electron dev work? I would have assumed that most people ship the bundle with the app, so that it can function without phoning home.