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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Dart vs. Node.js vs. Go for Building a Web App

1 点作者 Pharohbot超过 10 年前
Which platform&#x2F;language and&#x2F;or framework(for the selected choice) should I use to build simple,fast, versatile, and feature rich web apps?(by feature rich I mean many useful packages to enhance user experience). I know JavaScript and some Java(taking AP course).<p>P.S: For Node.js, ES6, TypeScript, and other JS alternatives may be included. Just so no one starts hating on JavaScript&#x27;s original syntax design flaws.

1 comment

htilford超过 10 年前
You can build the same quality of web app in any of the above. The question is how much you&#x27;ll have to fight against the platform&#x27;s pain points.<p>Will you be CPU bound? Will you be memory bound? IO bound? Will you need to scale? it what way? What libraries, frameworks, modules etc . . . will you need? Will your app be isomorphic? Where will you host?<p>And if you don&#x27;t have many answers just go with what you&#x27;re most familiar with.
评论 #8691710 未加载