9

I'm beginning to dig a little deeper into JavaScript development and would like to cut time off discovering what tools do I have to use to do the job. I'm looking for some website where all major JavaScript libraries and frameworks would be listed by the category.

Is there anything like www.ruby-toolbox.com in the JavaScript world?

4

8 に答える 8

7

Is there anything like www.ruby-toolbox.com in the JavaScript world?

There is not. I tried googling around a bit, and here are some that come close:

Also see https://stackoverflow.com/questions/394601/which-javascript-framework-jquery-vs-dojo-vs.

于 2012-07-10T22:40:43.670 に答える
4

I believe this is the most complete catalog for JavaScript libraries sorted in categories.

http://jster.net/

于 2013-08-07T23:35:04.323 に答える
3

A recent addition, and by far the most comprehensive of the ones suggested, is JSDB:

http://www.jsdb.io/

于 2013-10-15T19:34:17.547 に答える
2

There are too many libraries available to list them all. If you need a script for a specific purpose, google for that. However, I found some lists on the web:

You may also find the big frameworks when looking around at the major content delivery networks, like Google, Microsoft or (for smaller ones) cdnjs.

于 2012-07-10T22:33:42.733 に答える
2

This is a little tangential, but devdocs.io an excellent place to look for documentation on many of the major JavaScript frameworks.

http://devdocs.io/

于 2013-10-15T19:51:35.460 に答える
1

The resources available are likely highly subjective. However, you can consult Comparison of JavaScript frameworks found on Wikipedia.

There are many JavaScript frameworks available. The intention of this comparison is to show some examples of JavaScript frameworks with their different features.

You can also find a list of notable libraries in the List of JavaScript libraries article. However, a comparison is missing.

于 2012-07-10T22:25:03.207 に答える
1

You must take at look at this amazing page: The Toolbox

于 2012-07-10T22:36:19.850 に答える
1

Not exactly the answer, but a usable alternative: http://search.npmjs.org/ - I can just enter a keyword and it will list projects for that specific need. Although it doesn't show which tools are most used and trusted, it's the closest to what I'm looking for.

于 2012-07-10T22:45:38.440 に答える