there is tutorial for PURE node.js?
This question already has an answer here:
The official API documentation is the best and most up-to-date resource when it comes to pure node.js. For web applications see the HTTP API documentation at http://nodejs.org/api/http.html.
You could also check out previous questions like this, this seemed like a great answer: How do I get started with Node.js.
I'm personally a big fan of the Smashing Node.js book. It starts off with some JavaScript stuff itself, then moves on to V8/Node JS, and from there moves on to tcp/http etc. It doesn't touch express until much later in the book. It also covers common db's used in the node world such as mongo, redis and MySql. Worth the money IMO.
链接地址: http://www.djcxy.com/p/52664.html上一篇: 我如何开始使用Node.js?
下一篇: 有PURE node.js的教程吗?