Hacker News new | ask | show | jobs
by qppo 1976 days 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.

1 comments

Maybe you are building something performance sensitive.

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

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