Django Vs node js which is better and why?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Django Vs node js which is better and why??

I am trying to choose these for backend kindly tell me which is best to start and for long term?

21st Apr 2020, 5:46 PM
hassan👨🏼‍💻
hassan👨🏼‍💻 - avatar
1 Answer
+ 2
Django is very framework-heavy, and comes with lots of ways of doing common things out-of-the-box. Node is a platform, with lots of libraries available for it; it’s open-ended. Django is written in (and for) Python, Node runs JavaScript. Both projects have different ways of handling inbound requests. Both have different considerations for how memory is managed and how responses are constructed.
21st Apr 2020, 9:31 PM
Galstyan
Galstyan - avatar