js to django
I recently decided to switch from node js to django.
what is the main purpose of coding in django like node js is used to write backend code for website
Can we use webrtc,socket.io is django
3 Replies
Why are you switching to Django when you’re still trying to “figure out the purpose” of Django.
Purpose of Django is that it allowed companies to move very fast with backends that didn’t need to be extremely performant and came from the rails era where opinionated frameworks, code scaffolding and HTML templates was the preferred route.
Also Node and Django aren’t really equivalent, node is a runtime, Django is a framework, Django has a runtime of Python.
IMO the only reason to use Django over modern frameworks or even springboot is if your backend has a lot of ML integrations that aren’t offloaded into api calls to OpenAi.
Thanks bro I was confused and waiting for some explanation like this only
Can u provide me any docs or and video related to it .I want a clear cut understanding of it
@Connor B
of django? I'd start on their website, they have good docs
Ok I gotta ask... like y tho?