学习和使用Node.js已经有近一年多时间了。越学习越觉得自己懂得还不够多。之前走过一些弯路,看了太多的入门水平的文章。现在推荐一些深入的学习资源和书籍。

好的参考书

  1. JavaScript: The Good Parts
  2. JavaScript: The Definitive Guide, by David Flannagan (O’Reilly, 2011)

补充书籍

  1. Node.js in Practice ALEX YOUNG & MARC HARTER https://github.com/hustbill/learn-node/tree/master/nodeschool

  2. Web API Design - Crafting Interfaces that Developers Love

  3. Learning JavaScript Design Patterns

  4. https://nodejs.org/en/docs/ on nodejs.org, you will find three types of documentation, reference documentation, ES6 features, and frequently asked questions.

  5. http://nodeschool.io/
    特别推荐,里面的一些题目可以自己先做一下,再看答案

image