Hacker News new | ask | show | jobs
by loginx 1710 days ago
I think you're not seeing it mentioned here because this is comparing apples to oranges. Node is not a web development platform, it literally IS only a runtime.

Rather than comparing with Django or Rails, one should instead compare it to Python and Ruby. There are several server side web framework for NodeJS also (Meteor, Sails, Express).

It's possible you may have confused Node with Express, as I see that happening very frequently, but Node is used for all sorts of other workloads like desktop apps, microservices, and other general computing tasks.

1 comments

Comparing Node with Ruby and Python is still apples to oranges. The nearest equivalent would be comparing Node with Rack (Ruby) or WSGI (Python).