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

Julian Price
11,760 PointsHow to determine a websites BACKEND FRAMEWORK
I am curious is there away to determine from and dev tools that can tell you the backend is running on such as php or rails are the most I hear of here.
3 Answers

Tom Bedford
15,645 PointsTry builtwith, e.g. results for teamtreehouse.com

Julian Price
11,760 PointsWell Tom Bedford I was trying to give you points /thumbs up but don't see the vote up option anymore

Tom Bedford
15,645 PointsThat feature always seems temperamental :)

James Barnett
39,199 PointsIn this particular case, this thread is in the general
category which has never had voting.

Sebastian Wilson
15,710 PointsShouldn't a useful comment deserve an up vote no matter where it's posted?

James Barnett
39,199 PointsUpvotes only (a la reddit) and answers
that are ranked by upvotes (a la stack overflow) are kinda different mental models.

Julian Price
11,760 PointsI had to place in General Section because you did not have a tag for BackEnd Frameworks. I guess i should have ask about Dev Tools to determine because I knew my question did not relate to just Rails or Php :)
I fun James Barnett
Julian Price
11,760 PointsJulian Price
11,760 PointsThanks very helpful. What does it mean when 2 of sites just show nqinx server and amazon cdn in addition the to stand javascripts.
The other two sites showed RAILS twice but 1 php. so I assuming the something like blog is using PHP.
I guess I need to learn a little more about Rails. I have spent so much time with working with wordpress and trying to learn php that it may not be the right solution for my over project :)
Tom Bedford
15,645 PointsTom Bedford
15,645 PointsI often see things I'm unfamiliar with in the results and search the names to gain some insight!
I believe nqinx is a server technology (like apache). Amazon cdn (content delivery network) could be for delivering static assets (e.g. images or videos) from different data centers around the world to allow faster downloads/loading for users.
Sebastian Wilson
15,710 PointsSebastian Wilson
15,710 PointsUseful link Tom +1