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

General Discussion

dylan kane
dylan kane
2,772 Points

other languages to code social media sites with other than ruby

i have been trying to make a social media site with html i got in ruby on rails, and things just are not working. i have run into so many problems in the past couple of months with the html css and java that i cant find solutions to, and it is very agravating. are there any other languages that i could use to create a social media site that include signing in making accounts, and blogging?

1 Answer

Hi Dylan!

Why are things in RoR not working out for you?

Luckily for you, you are spoilt for choice in great web back-end languages. I would recommend you take a look at Node.js/Express.js which are JavaScript frameworks, Laravel or WordPress which are PHP based or Django/Flask which are written using Python.

Take a look at some example applications written in these and see which one looks like it would suit your workflow the most.

dylan kane
dylan kane
2,772 Points

Thanks very much!