Hacker News new | ask | show | jobs
by rainygold 2532 days ago
I guess a question for you would be why should someone choose a Node / full JS stack over Java Spring, or Django etc?
1 comments

I've not found anything in JavaScript that replaces Django in terms of ecosystem and reliability. There's lots of attempts but Django and Rest Framework nail building out APIs.

Java executes faster than Node but is more verbose.

Choose the right tool for the job. I've put Node as a reverse proxy in front of Django, but now you can do JS in Nginx so I might not choose that pattern again.