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

Ruby

Hossam Khalifa
Hossam Khalifa
17,200 Points

Ruby on Rails vs Others

I want to develop a Website like Code Racer with a multiplayer competition. I actually want to build it with Ruby on Rails,but I don't know what languages are suitable for what type of Web Applications.Treehouse used Node.JS,other may use another language. I want to know if it is possible to develop such an app with Ruby on Rails or not and how people decide wich language is suitable for what type of Application.

You can use all javascript libraries within ruby on rails, you can write your on javascript, coffeescript, and easily implement AJAX call and response in ruby on rails. It's a matter of what works easiest for you usually