Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can node.js replace Ruby? [closed]

I'd like to know if it's possible to create a complete website using node.js (just like we do using Sinatra and Rails).

Also, is there any framework as good as Sinatra and Rails?

Is this the best use for node?

Regards.

like image 841
donald Avatar asked Sep 16 '10 18:09

donald


1 Answers

No, node.js can't replace ruby. You'd have trouble writing most of the scripts I regularly write in Ruby using node.js (even disregarding the difficulty of running them on my local machine).

Now, on the other hand, if you'd asked "Can node.js replace Rails/Sinatra/etc?", the answer might be quite different.

like image 61
womble Avatar answered Oct 07 '22 06:10

womble