What development technologies are used to develop some well-known websites?

What web technologies like programming languages, frameworks, libraries, .. etc have been used to develop a certain well-known web service, especially Web2.0s.

For example, Ruby on Rails is used for development: Odeo, A List Apart, Twitter, 43 Things. ( Source1 ) ( Source2 )

PHP is used for development: Facebook, Photobucket, Wikipedia, Yahoo, Digg. ( Source )

And yes, including Stack Overflow;)

0


a source to share


5 answers


ASP.NET MVC



ASP.NET

+2


a source


Check out this site - a lot of good information on this topic: http://highscalability.com/ In particular this section: http://highscalability.com/links/weblink/24



+3


a source


This blog tells us how SO was built using ASP.Net MVC.

+2


a source


AFAIK, Google uses Python and GWT for most of their projects.

+2


a source


PlentyOfFish was built with ASP.NET

+1


a source







All Articles