Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Are there any resources comparing the adoption rates of the various javascript frameworks similar to tcpi? Basically the number of sites using a particular framework on a time-line would be ideal.

share|improve this question

3 Answers

up vote 9 down vote accepted

I don't know of anything specifically like that, though Google Trends is probably a pretty good indication of popularity. For example, you can compare jquery and mootools:

http://www.google.com/trends?q=jquery,+mootools

share|improve this answer
1  
Excellent, thanks! I guess adding in others such as yui, scriptaculous, etc really shows how much jquery is dominating at the moment. – Neil Aug 26 '09 at 17:51
1  
Yeah, jquery is far and away the most popular. It's being distributed by Microsoft even. It's the Google of javascript libraries. – Max Schmeling Aug 26 '09 at 17:52
the search volumes for a framework's name as a keyword is not a fair indication its actual usage across the web--although I doubt anyone would dispute jquery's total supremacy. there just has to be a more meaningful way of measuring... – Dimitar Christoff Aug 27 '09 at 10:52
Well I'm sure Google could probably figure it out since they have every page on the web indexed... they could tell you how many reference a jquery library (not completely accurately).. but I'd say the search volume is a fairly good indicator. – Max Schmeling Aug 27 '09 at 12:44

You can use google trends for that:

http://www.google.com/trends?q=javascript+jquery%2C+javascript+prototype%2C+mootools%2C+javascript+yui&ctab=0&geo=all&date=all&sort=0

It's not totally accurate since it relies on searches made on google, but it gives a good idea

share|improve this answer
Useful link, although mootools is misspelled – pimlottc Mar 30 '11 at 14:57
@pimlottc fixed – marcgg Mar 31 '11 at 10:48

Take this three

Wikipedia article

SurveyMonkey

Another survey

pie chart

share|improve this answer
Why the downvote?? – Rodrigo Jul 29 '11 at 2:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.