Skip to main content

Where can I find usage metrics for web frameworks?



I'm updating my Comparing JVM Web Frameworks presentation for 2012 and I am looking for websites or other publicly available resources with usage metrics for web frameworks, by language and / or by platform.




Comments

  1. Here you can get statistics...

    http://trends.builtwith.com/framework

    You can use this site to get lots of statistics on many different technologies.

    ReplyDelete

Post a Comment

Popular posts from this blog

Wildcards in a hosts file

I want to setup my local development machine so that any requests for *.local are redirected to localhost . The idea is that as I develop multiple sites, I can just add vhosts to Apache called site1.local , site2.local etc, and have them all resolve to localhost , while Apache serves a different site accordingly.