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!
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 trial

Rodrigo Muñoz
Courses Plus Student 20,171 PointsJavascript, Rails, NodeJs, UX?
I am confused after learning PHP and Ruby I've seen that you can also do web applications in Javascript and Rails.
I haven't try yet but it seems that there are good technologies that goes with Javascript like, Coffescript, Backbone, Node.js including working with MongoDB (NoSql).
Maybe the syntax by developing with Javascript is not very nice and the weigth of a web app in Javascript neither, but the user experience will be improve with these technologies even that people are against of using them.
What do you think?
4 Answers

samiff
31,206 PointsCoffeescript is just an alternative way to write JavaScript (it compiles just the same). And the one time I looked at Node.js I was thoroughly confused. Seemed like you needed a thorough understanding of HTTP.

Rodrigo Muñoz
Courses Plus Student 20,171 PointsI think that the idea of using Node.Js is that it is more secure by using FTP instead of HTTP requests.

samiff
31,206 PointsIt's more about scaling applications and being more efficient with server resources and network traffic I think.

James Barnett
39,199 Points@Rodrigo - Here's an absolute beginners guide to Coffeescript from the Treehouse blog.