nodejs where to start?

后端 未结 4 1340
臣服心动
臣服心动 2021-02-01 23:21

I\'ve installed nodejs and ran couple of simple examples like opening a server on a port and listen on that port.

However, I still can not relate nodejs to web develop

4条回答
  •  庸人自扰
    2021-02-01 23:34

    First Just try to implement basic application and get a feel of the framework. There are several tutorials online for example:

    http://net.tutsplus.com/tutorials/javascript-ajax/learning-serverside-javascript-with-node-js/

    Documentation at http://nodejs.org/

    http://howtonode.org/

    Also there is a 70 min screencast by peepcode which costs 9$

    https://peepcode.com/products/nodejs-i

    There are also several apps on github, which you take a look at. Reading code is always the best.

提交回复
热议问题