search

Home  >  Q&A  >  body text

哪里有node.js的视频入门教程 ?或者怎么学习node.js

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

node.js要怎么去学呢

阿神阿神2863 days ago600

reply all(8)I'll reply

  • PHP中文网

    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

    reply
    0
  • PHP中文网

    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

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 11:37:05

    nodejs official introductory tutorial: http://nodeschool.io/

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 11:37:05

    There is a website building video on the MOOC

    reply
    0
  • 阿神

    阿神2017-04-17 11:37:05

    MOOC is pretty good, using express+mongoose as the framework.
    http://www.imooc.com

    reply
    0
  • ringa_lee

    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.

    reply
    0
  • 伊谢尔伦

    伊谢尔伦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.

    reply
    0
  • PHP中文网

    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"

    reply
    0
  • Cancelreply