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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Would you use JavaScript compiled to C for your server applications

9 点作者 int64大约 11 年前
Thinking about creating one. Will be mainly used for the development of server applications and later add a UI framework.

5 条评论

swalsh大约 11 年前
I like Javascript, I write a lot of it. The progress that has been made through the years is pretty remarkable. Sometimes its hard to believe.<p>That said, javascript handles every number as a 64 bit float. For a lot of applications, that just doesn&#x27;t matter. But to me, it does... its caused a lot of heart aches in my life, and for that I want to keep a better language for my server.
评论 #7554353 未加载
karterk大约 11 年前
With servers being a commodity these days, I can only think of rare use cases where this would be helpful vs just scaling horizontally behind a load balancer. Also, in most real world systems I have seen, the real bottle neck is in the I&#x2F;O and rarely in the business logic or server application level.
评论 #7554050 未加载
phantom_oracle大约 11 年前
Forget the frontend. Just make it work &#x27;faster&#x27; than node.js and people will use it.<p>If you&#x27;re going to be writing it, prepare your release by writing at least 5 applications with it too.
gregorkas大约 11 年前
What about nodejs? Do you think the performance would be better with javascript compiled to c?
评论 #7553200 未加载
mutex007大约 11 年前
Sounds good to me. Might try it out.