我想学习node.js 但是不知道怎么下手入门学习,麻烦各位大哥 推荐下 或者有没有视频教程
node.js要怎么去学呢
PHP中文网2017-04-17 11:37:05
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
PHP中文网2017-04-17 11:37:05
Video information: http://pan.baidu.com/s/1gdy7w4r
Book information: http://segmentfault.com/blog/news/1190000000478198
http://segmentfault.com/blog/news/1190000000341210
阿神2017-04-17 11:37:05
MOOC is pretty good, using express+mongoose as the framework.
http://www.imooc.com
ringa_lee2017-04-17 11:37:05
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.
伊谢尔伦2017-04-17 11:37:05
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.
PHP中文网2017-04-17 11:37:05
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"