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 trial

JavaScript

Javascript, 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
samiff
31,206 Points

Coffeescript 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.

I think that the idea of using Node.Js is that it is more secure by using FTP instead of HTTP requests.

samiff
samiff
31,206 Points

It's more about scaling applications and being more efficient with server resources and network traffic I think.