TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Rust vs. Go vs. C++ for web-based desktop applications?

1 点作者 obdev大约 1 年前
Rust has Tauri, Go has Wails, C++ has wxWebView and webview libraries. They link OS-provided modern browser engines into the compiled application, so the resource usage is modest compared to the popular Chromium + Node.js combo known as Electron.<p>I could not find a fulfilling discussion comparing these three. Rust vs C++ are usually measured for kernel, embedded, performance-critical tasks, and such. Go vs Rust are often measured for server-side efficiency.<p>How would you evaluate Rust, Go, and C++ for implementing the &quot;business logic&quot; of an application that&#x27;s going to run on a user&#x27;s Linux&#x2F;macOS&#x2F;Windows personal computer, when the GUI mechanics are offloaded to the web widget?

2 条评论

ogoffart大约 1 年前
Why do you want to make your desktop application &quot;web-based&quot;, instead of using a framework that renders without the need of a browser?
评论 #40112920 未加载
sim7c00大约 1 年前
i wouldnt know what is best honestly. but i can say rust is giving me the most fun and least headaches. (thats saying a lot because i am not some kind of borrowchekerguru). the tooling and docs etc. make it just very nice to work in. hate go package mgmt with a passion wont ever touch it again :&#x27;)
评论 #40112959 未加载