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 trialGlass Blade
3,677 PointsWhat server side language should I learn?
I am both new to coding and treehouse. I designed my own track with pencil and paper, and the general layout for my learning is HTML -> CSS -> JavaScript-> SQl. However, I do not know which server side language to learn. Either Python, Ruby on Rails, PHP, or Node.js. I have heard great things about them all. Can someone please help make my choice. And thank you in advice.
2 Answers
Richard Santana
5,305 PointsIt is true that they all have great features, it is going to come down to your needs and preferences. It is my understanding that Ruby and Node.js is "where it's at" and that some are leaning more towards node.js. Hoped I was helpful.
-Richard @SantanaRich88
Kevin Korte
28,149 PointsRuby on Rails is a MVC framework, built on Ruby. Ruby is the server side language, just to clarify.
Big fan myself of Ruby and Node right now, and it's where my focus has been. Can't really go wrong with any of them. Once you learn one, it's easier to learn others, and you should learn others.
Glass Blade
3,677 PointsThank you, I think I will choose Ruby on Rails to begin with ,and then test others out.