Working with Node.JS

后端 未结 1 673
闹比i
闹比i 2021-02-09 01:24

Last night I dump windows 7 and formatted my hard driver to port to a Linux based operating system, Purely for the reasons that I wanted to start working with Node.JS

1条回答
  •  长情又很酷
    2021-02-09 02:01

    Have a look at http://dailyjs.com/2010/11/01/node-tutorial/ , it's pretty relevant.

    I would suggest looking at the current modules too https://github.com/joyent/node/wiki/modules and reading the code of any of the projects in the areas you are interested in, esp. the middleware, routing and module loaders.

    0 讨论(0)
提交回复
热议问题