Ask HN:Is it possible to make an app in Node.js same as a RoR app?
1–10 of 12 posts
Re: Ask HN:Is it possible to make an app in Node.js same as a RoR app?
#2Re: Ask HN:Is it possible to make an app in Node.js same as a RoR app?
#3Re: Ask HN:Is it possible to make an app in Node.js same as a RoR app?
#4It really comes down to what you know best, what you can get other developers for the easiest, and what is most easily maintained over the long term.
Re: Ask HN:Is it possible to make an app in Node.js same as a RoR app?
#5You use the one which you are the most confortable with.
Also, I can’t speak for PHP but there aren’t any frameworks for Node that does nearly as much as Rails does (Sails[1] being the closest, but yet still far)
Re: Ask HN:Is it possible to make an app in Node.js same as a RoR app?
#6Also, as long as you're looking at all those options, don't forget about Python/Django.
Re: Ask HN:Is it possible to make an app in Node.js same as a RoR app?
#72. It has also proven to be faster and more smoothly scalable than Ruby on Rails.
3. You'll find a good community support and lot, a lot of modules for nearly any purpose you seek in your application.
4. Many industries are moving to use it (Microsoft, LinkedIn, PayPal, NYTimes ... )
Re: Ask HN:Is it possible to make an app in Node.js same as a RoR app?
#8You use the one which you are the most confortable with.
This. If it’s a significant app just use what you’re already comfortable with. Don’t go crazy trying to pick a tech stack, it really doesn’t matter much anyway. Also, I can’t speak for PHP but there aren’t any frameworks for Node that does nearly as much as Rails does (Sails[1] being the closest, but yet still far) [1] http://sailsjs.org/
Though personally I won't work with it unless it's running Twig for templates. To each their own, though.
Re: Ask HN:Is it possible to make an app in Node.js same as a RoR app?
#9Alternatively, if your application is much more about processes, and data isn't as important, or isn't as relational, Node.js might be a better thing to develop in it. The main problem with Node at the moment however is that it's much less mature than the Rails/Ruby community, and lacks the higher level frameworks like Rails.
I can't recommend PHP for anything at all, unless you've got 10 years PHP experience and don't want to learn a new technology. Although I'm guessing that isn't the case from the wording of your question.
Some other things you might want to consider: Python and Django are similar to Ruby/Rails. I think Rails is a bit more capable, but Django is easier to learn. C# and Microsoft's MVC stack is remarkably good - I usually don't work with anything Microsoft based, but was given a project that required it, I was very impressed.
Re: Ask HN:Is it possible to make an app in Node.js same as a RoR app?
#10Can you give us more information about your programming background (if any)?