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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Pros and cons of web app vs. desktop

2 点作者 brittpart_超过 4 年前
Are there any pros of first shipping a web app before moving to desktop and then mobile?

1 comment

uberman超过 4 年前
Without knowing more about your application, it is a little hard to say.<p>If we can assume for example that in all cases, your service is &quot;cloud based&quot; and what we are looking at is just how the client is implemented and that your app is even a candidate to be implemented in basic web stacks (your not going to need WebAssembly or a runtime based on it) then...<p>Traditional &quot;web app&quot; gives you the greatest portability and control over releases&#x2F;deployments. Your clients are almost certainly going to all be on the same &quot;version&quot; of your app (whatever your web server is serving up).<p>While server certificates might be a hiccup, that is generally much easier than working through being able to sign your code. There is also more implied trust via the browser sandbox rather than running code more natively.<p>You also will not have to deal with distribution stores that will take 10% to 30% of your revenue.