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?
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.
<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.