Live data from Hacker News

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

news.ycombinator.com

1–3 of 3 posts

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

#1
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 (+/1 15 people) that gonna build the app have no experience of in web development in Django and NodeJS.

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.

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

#3
Always code in the language that you and your team knows. But if you have specific reasons to move away, then consider these points:

* django comes with an admin app which is a huge time saver.

* if your app is like CMS (or related), then django is the best way to go

* 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