Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialEric Follows
25,399 PointsWould Node.js work as a replacement for Rails on the backend to serve up the data for a blog in Ember.js?
I'm not really certain what the similarities and differences between Rails and Node are, but in the context of the 'The REST Adapter' video Michael uses Rails to manage his server-side code. Could Node handle this function alternatively?
1 Answer
Nicolas Sandller
5,643 PointsYes you can! Check this post out: http://www.programwitherik.com/setup-your-ember-project-with-node/.
Give me an upvote if you liked my answer :).
Daniel Jeffery
Courses Plus Student 26,985 PointsDaniel Jeffery
Courses Plus Student 26,985 PointsI would also like more information on this subject. I don't know much about Node or Rails, but the short answer is yes.
If someone has any information on the pros and cons of Node or Rails, I'd love to hear it.