Comment on Ask HN: Rust vs. Go vs. C++ for web-based desktop applications?Comments−ogoffart2yWhy do you want to make your desktop application "web-based", instead of using a framework that renders without the need of a browser?−obdevOP2yBrowser 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.
Comments
Why do you want to make your desktop application "web-based", instead of using a framework that renders without the need of a browser?
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.