TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Directory of JS Libs

9 pointsby moulyover 12 years ago
I see at least one new JS lib being announced via the front page of HN everyday. Makes me wonder if there is a central place for discovering all the libraries, like an app store for JS libraries.<p>How do you keep track of the latest in the world of JS?

4 comments

rodwover 12 years ago
At the risk of stating the obvious, if you're doing server-side JavaScript/Node, there is <a href="https://npmjs.org/" rel="nofollow">https://npmjs.org/</a> or simply `npm search` from the command line.
HarshaThotaover 12 years ago
<a href="http://dailyjs.com/" rel="nofollow">http://dailyjs.com/</a> and <a href="http://microjs.com/" rel="nofollow">http://microjs.com/</a> have been pretty useful for me.
jmsduranover 12 years ago
Right now I just bookmark its github/website as I find them. Not exactly the most efficient way to do things, but it does the job for now.
s3bover 12 years ago
You should have a look at <a href="http://badassjs.com/" rel="nofollow">http://badassjs.com/</a>