Hacker News new | ask | show | jobs
by ogoffart 789 days ago
Why do you want to make your desktop application "web-based", instead of using a framework that renders without the need of a browser?
1 comments

Browser engines have good accessibility, good text rendering, and useful Web APIs to play with.

These features are not easy to achieve without using the native toolkit for each platform, or bundling a monolithic cross-platform framework.