top | item 25758566

(no title)

qppo | 5 years ago

Why ship a desktop app when you can ship a browser product?

The business incentives often outweigh the technical benefits of desktop apps. DRM and payment processing are easy. Discoverability is a shit show but the only competitive advantage to app stores is exclusivity. No need to worry about provisioning user machines, DLL hell, whatever.

And whatever you do you're going to pay a couple of release engineers anyway.

discuss

order

adamnemecek|5 years ago

Maybe you are building something performance sensitive.

DLL hell isn’t a problem. You can just ship a stand-alone binary if you want.

novok|5 years ago

Figma has shown if you want perf, you write it in C++ and distribute as web assembly and still stay in the browser.