So many JavaScript libraries!
Just looking around for some JavaScript libraries to use in some new code, I came up with all these libraries:
- Prototype
- jQuery
- MochiKit
- MooTools
- script.aculo.us
- Dojo
- Ext JS
- ASP.NET AJAX Control Toolkit
- The Yahoo! User Interface Library (YUI)
- SimpleJS
I haven’t been able to find a decent comparison of the different frameworks (what they do, compatibility, download size). I might come up with my own table soon if I can’t find anything.
I have used the ASP.NET AJAX Control Toolkit1, YUI, and Prototype so far. I think those three are compatible, but I’m not sure. (What I should say is nothing has broken from using the three libraries in a single app.)
Does anyone out there have any good comparisons between all the major libraries?
- ASP.NET AJAX Control Toolkit with ASP.NET AJAX are two different things btw. I’ve just been calling the whole thing msajax just because the naming is so ambigous↩
[...] It’s somewhat related to my earlier post on looking for a comparison of JavaScript frameworks, and his was posted just a day before mine. [...]
Am running a collaborative comparison of the various javascript libraries and frameworks. http://mytechrantings.blogspot.com/2007/11/comparing-prototypescriptaculous-dojo.html
please submit your valuable opinions :D
Excellent! That’s exactly what I was looking for.