Advanced documentation for node.js developer [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionRecently our team is working on a new project with node.js. It is not difficult to start working with node.js. But now we're all just start to use this new technique and have little experience in such event-based development.
So I am wondering if there are any books, blogs or other materials covering the topics of "best practice" of node.js, just like "effective c++", "effective java", etc.
Well, i can just support you with the findings that helped me the most when learning "how to node":
- DailyJS: JavaScript in general, contains a lot of node.js specific posts/tutorials
- HowToNode: Blog specifically about node.js, highly recommended
- Essential JS Design Patterns: REALLY good description of design pattern implementations in JavaScript
- JavaScript Garden: great documentation about the most quirky parts of JavaScript
There are also some good books on advanced JavaScript techniques around, i haven't read them all in full though.
- High Performance Javascript (by Nicholas C. Zakas)
- Pro JavaScript Design Patterns (by Ross Harmes & Dustin Diaz)
- Secrets of a JavaScript Ninja (by John Resig, to be released end of August 2011)
And last but not least, i recommend GitHub as a source of learning. By digging through the source of some more sophisticated projects (such as express, mongoose or socket.io), you can learn A LOT about writing clean and proper node.js code.
Regarding JavaScript I would recommend to watch Douglas Crockfors's videos and reading resources on his website. Also JavaScript Patterns by Stoyan Stefanov is a very good book to read (even for experienced JavaScripters).
For node.js there is a Node Tuts website which contains video tutorials and there are also two node.js specific books which you can read now: Mastering Node (open source eBook) and Up and Running with Node.js (preview).
CREATE A WEB APP WITH NODE.JS: http://boldr.net/create-a-web-app-with-node
Real time online activity monitor example with node.js and WebSocket: http://blog.new-bamboo.co.uk/2009/12/7/real-time-online-activity-monitor-example-with-node-js-and-websocket
awesome link for MEAN stack and node , Angular , Mongodb. https://www.reddit.com/r/meanstack/comments/2v68zd/mean_js/
https://www.airpair.com/javascript/complete-expressjs-nodejs-mongodb-crud-skeleton
http://www.hacksparrow.com/the-mongodb-tutorial.html http://webapplog.com/pro-express-js-master-express-js-the-node-js-framework-for-your-web-development-is-out/
http://azat.co/ https://www.udemy.com/mongoose/?couponCode=wal
https://cdnjs.com/libraries/backbone.js/tutorials/nodejs-restify-mongodb-mongoose
http://www.javabeat.net/nodejs-mongodb/
http://webapplog.com/intro-to-oauth-with-node-js-oauth-1-0/
http://www.scoop.it/t/node-js-by-piyas-de http://rapidprototypingwithjs.com/?utm_source=azat.co#section-sample
angular http://www.c-sharpcorner.com/UploadFile/26b237/introduction-to-angularjs-day-5/
http://www.onextrapixel.com/examples/interactive-background/index.html
http://www.nodebeginner.org/
https://github.com/sergtitov/NodeJS-Learning
http://howtonode.org/
精彩评论