top | item 28791244

(no title)

loginx | 4 years 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.

discuss

order

cutler|4 years ago

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