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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Write powerful web applications in Qt/C++

23 点作者 etix超过 14 年前

5 条评论

CodeMage超过 14 年前
Next time try to post the link to the project home page instead: <a href="http://gitorious.org/fastcgiqt/" rel="nofollow">http://gitorious.org/fastcgiqt/</a><p>Clicking the link and landing inside a repository browser is confusing, disorienting and definitely not helpful.
wicknicks超过 14 年前
The desktop has been lacking the powerful omnipresence, the web offers. I think we should try to port the web applications down to the desktop. With the processing power of the desktop, and the scalability ideas of the web, the merger would be a really interesting one. Sun's Sun Ray was a step in this direction: <a href="http://en.wikipedia.org/wiki/Sun_Ray" rel="nofollow">http://en.wikipedia.org/wiki/Sun_Ray</a>
owyn超过 14 年前
I kind of like the idea of using C++ for web apps. I even wrote a web app that was pure C++ in 1995/1996 before anyone really knew what web apps were. :)<p>But this sort of thing:<p>out &#60;&#60; "&#60;h1&#62;" &#60;&#60; tr("hello, world") &#60;&#60; "&#60;/h1&#62;";<p>isn't really scalable... no templates at all? There's a reason why most web apps are written in scripting languages. I think if you want a high performance service, why not write an apache module or something like G-WAN, which lets you write servlet apps in C...
评论 #1949844 未加载
评论 #1949646 未加载
j_baker超过 14 年前
I suppose this is a much better reason to have a C++ web framework than some of the others I've seen. It would probably make it pretty easy to port a Qt desktop app to the web.
评论 #1949263 未加载
voidzero超过 14 年前
is there a readme that has intro, summarizes current features, why we need another cgi lib and the future.