Node.js
Getting Started with Node
Learn NodeJS in seven days
Nodejs Wiki Book (Traditional Chinese)
express.js Chinese documentation
koa Chinese documentation
Use Express + MongoDB to build a multi-person blog
Express Framework
nodejs documentation
Node.js includes teaching but not skills
Learn You The Node.js For Much Win! (Chinese version)
Node debug three methods and three examples
Video information: http://pan.baidu.com/s/1gdy7w4r
Book information: http://segmentfault.com/blog/news/1190000000478198 http://segmentfault.com/blog/news/1190000000341210
I used to think that learning nodejs was troublesome and gave up many times. I just calmed down and tried to learn a few days ago. This is what I did
1. Install Linux. I installed Ubuntu
2. Use the official source code address to compile and install ./configure
make && make install
3. According to the NodeJs introductory tutorial mentioned by @豆爱蛋, try various installations and various tests, then try to run express and modify it, run it, modify it, run it and modify it...
I have experience with PHP, so it is relatively quick to get started. I just installed express and wrote a simple website that can read and write the mongodb database. In fact, the methods for learning a language are all the same. Regardless of whether you can understand it or not, just follow the video. When you look back, you will find that it is not that difficult. Don't get hung up on the minutiae. I believe the questioner has a deep understanding of it. If you don't understand, please read the official API. Anyway, there is a Chinese version.
Regarding getting started with node, it is recommended to start with a demo, either using koa or express framework, and then read some systematic books "Node.js Authoritative Guide", "Getting Started with Node" and "In-depth Introduction to Node"
Node.js
Getting Started with Node
Learn NodeJS in seven days
Nodejs Wiki Book (Traditional Chinese)
express.js Chinese documentation
koa Chinese documentation
Use Express + MongoDB to build a multi-person blog
Express Framework
nodejs documentation
Node.js includes teaching but not skills
Learn You The Node.js For Much Win! (Chinese version)
Node debug three methods and three examples
https://github.com/justjavac/free-programming-books-zh_CN#javascript
Video information: http://pan.baidu.com/s/1gdy7w4r
Book information: http://segmentfault.com/blog/news/1190000000478198
http://segmentfault.com/blog/news/1190000000341210
nodejs official introductory tutorial: http://nodeschool.io/
There is a website building video on the MOOC
MOOC is pretty good, using express+mongoose as the framework.
http://www.imooc.com
I used to think that learning nodejs was troublesome and gave up many times. I just calmed down and tried to learn a few days ago. This is what I did
1. Install Linux. I installed Ubuntu
2. Use the official source code address to compile and install
./configure make && make install
3. According to the NodeJs introductory tutorial mentioned by @豆爱蛋, try various installations and various tests, then try to run express and modify it, run it, modify it, run it and modify it...
Getting started quickly.
I have experience with PHP, so it is relatively quick to get started. I just installed express and wrote a simple website that can read and write the mongodb database. In fact, the methods for learning a language are all the same. Regardless of whether you can understand it or not, just follow the video. When you look back, you will find that it is not that difficult. Don't get hung up on the minutiae. I believe the questioner has a deep understanding of it. If you don't understand, please read the official API. Anyway, there is a Chinese version.
Regarding getting started with node, it is recommended to start with a demo, either using koa or express framework, and then read some systematic books "Node.js Authoritative Guide", "Getting Started with Node" and "In-depth Introduction to Node"