DEV Community

Discussion on: Freedom or Fast Development

Collapse
 
abidgulshahid profile image
Abid Gul Shahid

Like in while developing a Web in Node.JS you have the freedom you can use whatever you want but developing a web in Django you don't have that kind freedom like in you have in NODE.JS.

Collapse
 
rtivital profile image
Vitaly Rtishchev

This is just incorrect comparison, node is a platform, while Django is a framework. You can get the same "freedom" with python on its own.