6 ms·
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 i
by flak48 3y 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
- yowzadave 3y agoAre 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.