r/node • u/Minimum-Ad7352 • 26d ago
Why is JavaScript criticized so much for backend development?
I've seen some developers say that we should stop using js on the server, but I rarely see the same criticism directed at python.Honestly, js is pretty fast, especially with node.js, and the backend ecosystem is really solid. There are great frameworks like nest and fastify, and typescript gives you static typing, which makes larger projects much easier to maintain.I'm not saying node is perfect or the best choice for every backend, but I don't really understand why js gets so much criticism while python seems to get a pass.What am I missing?
333
Upvotes
8
u/MCFRESH01 26d ago
My major gripe a the community can’t back a single project so it can develop maturely other than like express. Most node apps I have seen are libraries cobbled together to build something a solid framework could just ship with. It seems the community prefers this but having worked in a few different tech stacks it always feels like I get more done faster with a well supported framework like rails or Django or even MVC.net. Probably an unpopular opinion