How to learn systematically if you haven't come into contact with nodejs

I am pure front-end, and I have never touched the back-end
. I have seen node.js tutorials in rookie tutorials. I have done
step by step, but the examples can not be applied to practical projects.

what else should I do?
how to learn systematically?
what books do you want to buy?
is really confused. I feel like I haven"t learned anything.
Thank you for the answer

Apr.04,2022

scenarios commonly used in Node:

  • Command Line tool
  • BFF (especially GraphQL is quite popular recently)
  • develop a complete project (such as cnode,easy-mock, etc.)

it is recommended to take a look at Node.js (2nd edition) to systematically follow the development process. After digging deeper, you can take a look at written by Park Ling (even though the first edition is a little old, 2013, it's worth a look). Often go to cnodejs stroll, is a very good community in China. Let's say this first. I hope it will be helpful to the landlord.


I also recommend written by Park Ling , and then go to the Chinese official website http://nodejs.cn to take a look at the basic documents. Finally, we are engaged in actual combat. With a strong theoretical basis and comprehensive understanding, the memory can last longer.


same as the front end, but also know a little about node. It is recommended that you first learn how to match node.js with database to write restful API


here is a node best practice

https://github.com/i0natan/no...

Menu