Advanced documentation for node.js developer [closed]

淺唱寂寞╮ 提交于 2019-12-02 14:08:50
schaermu

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.

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

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