top | item 7526333

A List of JavaScript Tools and Libraries

100 points| SarahJune | 12 years ago |codefellows.org

28 comments

order
[+] cmpb|12 years ago|reply
I was pleased to see Knockout.js listed (inappropriately as an MVC framework) on the image, but then there was no mention of it at all in the descriptions section. For a list sluggedly touting itself as the 'complete-list-of-javascript-tools', it really is missing a lot of information.
[+] victorantos|12 years ago|reply
I was looking for Knockout.js also, it's not in that list

by Google trends it should be second after AngularJs

[+] sheetjs|12 years ago|reply
Is there a list of the best lists of javascript tools and libraries? If so, what list is at the top of that list?
[+] yoanizer|12 years ago|reply
This is written in a way that suggests that APT came from/for Ubuntu. Get your facts right kid.

(nevermind the fact that this has nothing to do in a list of javascript libraries/tools, why not add Vim, and Unix, then?)

[+] grumblestumble|12 years ago|reply
Cool little diagram, couple of nits

- Assertion libraries aren't a backend thing. Jasmine is very useful on the front-end - If you're gonna have underscore under templates, and underscore and lodash under "functional programming", you better put lodash under templates too ;p - I wouldn't call Knockout a MVC framework, it's really just a 2-way data binding library.

[+] at-fates-hands|12 years ago|reply
How come nobody looked at this list and said, "Holy shit, why do need 6 templating libraries?", or "Why is it we have 6 libraries that are build tools?"

At some point I would've thought some of these would get consolidated, but instead all we have is more and more and more libraries popping up. Instead of just building in features, we're just simply building new libraries to address some need a developer had which wasn't in an existing library.

I'm all for an awesome set of tools, but at some point, shouldn't we really think about combining some of these and just build one or two tools with all the features a developer needs?

[+] ixmatus|12 years ago|reply
Title is a bit misleading, this is a list of development tools and libraries with a focus on Javascript. There are quite a few non-js tools in there.
[+] ivanoats|12 years ago|reply
Seriously? You should try programming JavaScript without an operating system or a browser.
[+] cwmma|12 years ago|reply
It's nice, but things like listing node.js as a server along with express.js make me feel like somebody isn't 100% on what node.js is.
[+] godDLL|12 years ago|reply
I don't understand, where's Curl.js or Require.js? Isn't modular, namespaced code a priority for any large project?
[+] cwmma|12 years ago|reply
they mentioned browserify :)
[+] egfx|12 years ago|reply
Any lib list that refuses or neglects to recognize Enyo is not a list.
[+] fiatjaf|12 years ago|reply
Why is this amateur list important? It doesn't say anything new and it even makes stupid mistakes.
[+] mikeyanderson|12 years ago|reply
Probably because there are a ton of people getting started on full stack JS who need a list like this.
[+] hhsnopek|12 years ago|reply
I could Google JavaScript tools or libraries and turned up more results
[+] sonnym|12 years ago|reply
I did not find this list particularly useful. It is a nice attempt, but the way it categorizes libraries can be deceptive. I do not think anyone would consider bower and npm to be comparable projects, except in the most abstract sense. The same applies with node and express; one may as well conflate ruby with rails.

That said, a lot of the tools are really good. I would, personally, argue that underscore is the most important javascript library in existence. It transcends frontend and backend, server and client. It is data manipulation at its finest. It brings functional programming paradigms to javascript. It is beautiful.

After spewing this mantra, one of my colleagues wrote a blog post about it that presents a nice introduction[1]. I would also highly recommend Michael Fogus's book, Functional Javascript[2], that heavily relies on it.

1. http://singlebrook.com/blog/simplify-your-javascript-with-un... 2. http://shop.oreilly.com/product/0636920028857.do

[+] tieTYT|12 years ago|reply
They're not very different but I use lodash instead of underscore. Is this "six of one and half a dozen of the other", or is there good reason to stick with underscore?
[+] Consultant32452|12 years ago|reply
When I went to that list I was specifically looking for underscore.js and date.js. Seeing a serious project that does not use these libraries makes me twitch.