└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # JS-Thesaurus 2 | Resources for JS and NodeJS 3 | 4 | Tutorials 5 | --- 6 | [NodeSchool.io interactive lessons](http://nodeschool.io/) 7 | [The Art of Node (an introduction to Node)](https://github.com/maxogden/art-of-node/#the-art-of-node) 8 | [Hello World](http://www.nodebeginner.org/#hello-world) 9 | [Hello World Web Server](http://www.nodebeginner.org/#building-the-application-stack) 10 | [Node.js guide](http://nodeguide.com/) 11 | [Build a blog with Node.js, express and mongodb](http://howtonode.org/express-mongodb) 12 | [Node.Js Tutorials At Project 70](http://project70.com/) 13 | [Node.js for Beginners](http://net.tutsplus.com/tutorials/javascript-ajax/node-js-for-beginners/) 14 | [Learn Node.js Completely and with Confidence](http://javascriptissexy.com/learn-node-js-completely-and-with-confidence/) 15 | 16 | Videos 17 | --- 18 | [Node tuts](http://nodetuts.com/) 19 | [Introduction to Node.js with Ryan Dahl](http://www.youtube.com/watch?v=jo_B4LTHi3I) 20 | [Node.js: Asynchronous Purity Leads to Faster Development](http://www.infoq.com/presentations/nodejs) 21 | [Parallel Programming with Node.js](http://www.infoq.com/presentations/Parallel-Programming-with-Nodejs) 22 | [Server-side JavaScript with Node, Connect & Express](http://vimeo.com/18077379) 23 | [Node.js First Look](http://www.lynda.com/Nodejs-tutorials/Nodejs-First-Look/101554-2.html) 24 | [Node.js with MongoDB](http://www.youtube.com/watch?v=0_GNHWZHc-o) 25 | [Ryan Dahl's Google Tech Talk](http://www.youtube.com/watch?v=F6k8lTrAE2g) 26 | [Creating A Scalable JavaScript Application Architecture Nicholas Zakas](https://www.youtube.com/watch?v=b5pFv9NB9fs) 27 | [Best of Fluent 2012: Maintainable JavaScript by Nicholas Zakas](https://www.youtube.com/watch?v=c-kav7Tf834) 28 | 29 | Screencasts 30 | --- 31 | [Learn All The Nodes](http://learnallthenodes.com/) 32 | [NodeTuts](http://nodetuts.com/) 33 | [NodeCasts](http://nodecasts.net/) 34 | 35 | Books 36 | --- 37 | [The Node Beginner Book](http://nodebeginner.org/) 38 | [Mastering Node.js](http://visionmedia.github.com/masteringnode/) 39 | [Up and Running with Node.js](http://chimera.labs.oreilly.com/books/1234000001808/index.html) 40 | [Node.js in Action](http://www.manning.com/cantelon/) 41 | [Smashing Node.js: JavaScript Everywhere](http://amzn.com/B008Z5OEUY) 42 | [Node.js & Co. (in German)](http://www.amazon.de/dp/389864829X) 43 | [Sam's Teach Yourself Node.js in 24 Hours](http://nodejsbook.io/) 44 | [Most detailed list of free JavaScript Books](http://jsbooks.revolunet.com/) 45 | [Mixu's Node Book](http://book.mixu.net/node/index.html) 46 | [Node.js the Right Way: Practical, Server-Side JavaScript That Scale](http://pragprog.com/book/jwnode/node-js-the-right-way) 47 | [Beginning Web Development with Node.js](https://leanpub.com/webdevelopmentwithnodejs) 48 | [JavaScript books by Dr. Axel Rauschmayer](http://exploringjs.com) 49 | 50 | Courses 51 | --- 52 | [Real Time Web with Node.js](http://node.codeschool.com/) 53 | 54 | Blogs 55 | --- 56 | [The Node.js blog](http://blog.nodejs.org/) 57 | [How To Node](http://howtonode.org/) 58 | [DailyJS](http://dailyjs.com/) 59 | [Nodejitsu blog](http://blog.nodejitsu.com/) 60 | [Ryan Wilcox's Whitepaper](http://www.wilcoxd.com/whitepapers/node_js/) 61 | [devthought](http://www.devthought.com/) 62 | 63 | Podcasts 64 | --- 65 | [NodeUp](http://nodeup.com/) 66 | 67 | JavaScript resources 68 | --- 69 | [Crockford's videos (must see!)](http://yuiblog.com/crockford/) 70 | [Essential JavaScript Design Patterns For Beginners](http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/) 71 | [JavaScript garden](http://bonsaiden.github.com/JavaScript-Garden/) 72 | [JavaScript Patterns book](http://oreilly.com/catalog/9780596806767) 73 | [JavaScript: The Good Parts book](http://oreilly.com/catalog/9780596517748/) 74 | 75 | Node Modules 76 | --- 77 | [Search for registered node.js modules](http://npmjs.org/) 78 | [Wiki List on Github/Joyent/Node (start here last!)](https://github.com/joyent/node/wiki/modules) 79 | [A completely biased and incomplete selection of useful Node modules](http://www.freshblurbs.com/articles/important-node-js-modules.html) 80 | 81 | Other 82 | --- 83 | [JSApp.US - like jsfiddle, but for node.js](http://jsapp.us/) 84 | [Node with VJET JS (for Eclipse IDE)](https://www.ebayopensource.org/index.php/VJET/NodeJS) 85 | [Node Knockout Hackathon](http://nodeknockout.com/)[(source)](https://github.com/nko3/website) 86 | [Useful Node.js Tools, Tutorials and Resources](http://coding.smashingmagazine.com/2011/09/16/useful-node-js-tools-tutorials-and-resources/) 87 | [Runnable.com - like jsfiddle, but for server side as well](http://runnable.com/) 88 | --------------------------------------------------------------------------------