哪里有node.js的视频入门教程 ?或者怎么学习node.js
阿神
阿神 2017-04-17 11:35:05
0
8
581

我想学习node.js 但是不知道怎么下手入门学习,麻烦各位大哥 推荐下 或者有没有视频教程

node.js要怎么去学呢

阿神
阿神

闭关修行中......

reply all(8)
Ty80

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/

Ty80

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"

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template