* Simplifies web application development * Outlines valuable online resources * Teaches Node.js from the ground up Node.js is an elegant server-side JavaScript development environment perfect for scalable, high-performance web applications. Node allows developers to access HTTP and general TCP/IP functionality using a minimalist server-side JavaScript interface. Node.js in Action is an example-driven tutorial that starts at square one and goes through all the features, techniques, and concepts needed to build production-quality Node applications. First it shows how to set up a Node development environment and the community-created extensions. Then it runs through some simple demonstration programs and introduces asynchronous programming, a requirement for real-time applications such as chat, online games, and live statistics. It also shows how to create serious web applications using NodeUPSILON s HTTP API and introduces community frameworks that make web development easier and faster.
想起今天在群里关于node是个什么的讨论,把读过的摘下来:
看到讲解文件上传的部分,介绍了formidable模块的使用,其中这里介绍到关于它的一些特点
程序里有一段这样的代码,其中有一个回调函数callback,这个callback代码中并没有定义,自己也困惑,但后来看了一下nimble的源码,找到了问题...
拼写错误之多令人咋舌,Manning 的校对干吗去了?!