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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: which (web)framework should I focus on?

2 点作者 karlherler超过 14 年前
I'm currently work on a few new projects that are in a early, me being the only coder (with some friends occasionally contributing), stage. These projects are all web focused (with iPhone/Android apps in the feature pipeline) and I'm having a hard time deciding on what framework I should commit to.<p>The current code-base is a straight forward ajax-&#62;php-&#62;mysql system. I'm trying to decide wether I should switch to a ruby-mongoDB, python-mongoDB, java/scala-mongoDB, node-mongoDB or couchApp/CouchDB or stick with php.<p>The data I'm using right now is well suited for a document based database so that isn't a problem (at least at the moment), I know all the languages but scala well enough for this.<p>What I'm wondering about is how resource demanding the non-apache servers are and basically if stability will be a problem with them? If anybody has any experiences with managing a project in those frameworks?<p>Also which framework you would recommend learning for the future (which one you'd like to know/hire someone who knows)?

1 comment

Skywing超过 14 年前
I've been a big fan of Flask over the past year, or so. It's a light weight framework for Python. <a href="http://flask.pocoo.org/" rel="nofollow">http://flask.pocoo.org/</a><p>My "go to" tech stack, when working on fresh projects, is:<p>nginx, gunicorn with gevent workers, flask with jinja2, mongodb / redis, Celery with RabbitMQ, if I need a task queue
评论 #1988057 未加载