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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Choosing the right stack for your web application

20 点作者 fallenhitokiri超过 12 年前

3 条评论

tonecluster超过 12 年前
I'll be a contrarian here: don't use mega-frameworks (Django, Rails). Instead, use micro-frameworks. Stay away from ORMs (I'm looking at you, Django). A skilled engineer can get a product comprised of small packages up and running in the same amount of time (and sometimes less time) as one built using a mega-framework.<p>(Imagine, using a python example, gEvent + zeroMQ + pystache + db-of-your-choice. You can do almost anything.)
评论 #4496751 未加载
评论 #4496652 未加载
评论 #4497235 未加载
评论 #4496837 未加载
programminggeek超过 12 年前
Here's a shortcut, pick the one you and your team knows well enough to get the job done as fast and as reliably as possible. Programmer productivity beats technical sophistication every time.<p>Also, if you're worried about "scaling", know that almost all web app scaling issues are related to caching strategy, database queries, database structure, and using a queue where appropriate. Rails vs Django vs node vs PHP Framework X vs Java/Scala vs .NET won't change those problems for you.
评论 #4497292 未加载
评论 #4496813 未加载
treenyc超过 12 年前
Helma.org