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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask H: Django vs. Node.js for web app development?

1 点作者 iwansyahp超过 8 年前
I come from Java background (Serlvet + JSP) for building web app. Would you guys give me some subjectives factor which tech to use in building web app? I plan to build a web app with REST API, Google Cloud Platform? small team (+&#x2F;1 15 people) that gonna build the app have no experience of in web development in Django and NodeJS.<p>I had seen another thread on this subject, but I think it is the old thread (almost 2 or 3 years ago) so I think this is an update.

2 条评论

jjude超过 8 年前
Always code in the language that you and your team knows. But if you have specific reasons to move away, then consider these points:<p>* django comes with an admin app which is a huge time saver.<p>* if your app is like CMS (or related), then django is the best way to go<p>* if the same team is going to manage the front-end (in some JS framework like angular), then probably you should choose nodejs. Within nodejs, hapijs is a secure framework for API development
midgetjones超过 8 年前
Wait, the team have no experience in either framework? What&#x27;s the reason for choosing these two?