Advanced documentation for node.js developer [closed]

自作多情 提交于 2019-12-03 00:33:46

问题


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


回答1:


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.




回答2:


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




回答3:


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




回答4:


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/



来源:https://stackoverflow.com/questions/5400533/advanced-documentation-for-node-js-developer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!