Building a site with node.js

前端 未结 3 1937
执念已碎
执念已碎 2021-02-01 20:34

Can someone direct me to maybe some documentation or tutorials on how to build a site with node.js. Currrently, I am using mostly jQuery, PHP, mysqli prepared statements, and a

3条回答
  •  野性不改
    2021-02-01 21:24

    http://screenr.com/mAL is the intro screencast to Express JS - watch it full screen to read what's being typed. More of these are linked from the Express github page https://github.com/visionmedia/express

    http://howtonode.org/ is a good blog, though some of the articles might be a little out of date because it started when node was so new.

    http://thechangelog.com/tagged/node.js features good links to node libraries.

提交回复
热议问题