大家讲道理2017-04-17 14:01:40
For books, I recommend Pu Ling’s <In-depth explanation of node.js>
For websites, I recommend cnode community
阿神2017-04-17 14:01:40
The book "In-depth introduction to node.js" is a bit fierce...
Try "Node and Express Development"
天蓬老师2017-04-17 14:01:40
I am also self-study and have personal experience. . My suggestion is that you take a look at the projects inside and start using them together. You will find that Node can do so many things. As you gradually become interested, you will delve deeper into them. . . After doing a few projects, it became smooth.
https://github.com/sindresorhus/awesome-nodejs
ringa_lee2017-04-17 14:01:40
Node is easier to get started with. I recommend learning NodeJS in seven days
天蓬老师2017-04-17 14:01:40
I recently read a book called
"Learning Node, 2nd Edition"
by Shelley Powers
Published by O'Reilly Media, Inc., 201
I don’t know if there is a simplified Chinese version. The cover is a mouse-like animal. . . The good thing about this book is that unlike some other node books that only focus on the web, it also covers other modules such as fs, socket, children process, etc. quite comprehensively.
To add, I have been reading the nodeschool.io website these days, and the teaching there is very good
迷茫2017-04-17 14:01:40
Start directly with the blog source code, which is simple and easy to understand and easy to get started.
天蓬老师2017-04-17 14:01:40
I have been learning recently, but I haven’t found a good video tutorial. It is probably too easy to get started, so there are few tutorials;
If you know js, you can just read the official documentation of node, and then find a few examples to write down.