Friday, 13 July 2018

What's the best way for a Rails dev to get up and running building full-stack in Node?

I understand that Node and Rails are two very, very different things. However, I'm interested in learning Node to build full stack web apps. I love how Rails gets you set up with everything you need to build a full-stack MVC app. I love the generators. I love how it organizes files and directories so I don't have to make those decisions. I love how it encourages TDD. I love how it creates a test and development environment. I love how it can easily make an API.I know this can all be done with Node, but from what I've seen it looks like I need to make all these decisions and configure everything from the ground up using express and mongo. I guess what I am looking for is the Node equivalent Rails. Should I be looking into Sails or Meteor?Any Rails devs out there who can shed some light on this?Thanks!

Submitted July 13, 2018 at 11:11PM by P013370

No comments:

Post a Comment