What would be the best language for developing a site like etsy.com?

Crazy or what? if you use ASP.net, either you have to build everything from scratch, or you have to buy expensive DLLs for foolish things such as Menu.. ASP.Net for web sux in my opinion...
ASP NET MVC is best suited
 
Would recommend Ruby on Rails although it has a high learning curve (I believe Etsy is even built in Rails). However, the time investment is worth it.
 
Hip option - RoR
Hardcore option - Perl
Enterprise option - .NET/Java (probably running on Jetty or some such)
Will need to be recoded at some point option - PHP
"OMG, but it's so 'pythonic'" option - Python
 
Javascript for the front end, php/RoR/Asp/java/perl/node.js(javascript) are options for for working with the database.

Read up on DB normalization if you're designing the DB....
 
Hack it up in Ruby on Rails, and if it works and you start to get considerable traffic, do it in Go.
 
Back
Top