Node.js specific
Mixu’s Node Book
by Mikito Takada
Publisher: mixu.net 2012
Number of pages: 77
Description:
Node – or Node.js, is an event-driven I/O framework for the V8 JavaScript engine. In order to learn Node, you need to learn how to write code — not how to use a 3rd party library or a set of spells. This is a short, comprehensive and interesting book.
Download or read it online for free here:
Download link
(440KB, PDF)
The Node Beginner Book
by Manuel Kiessling
Publisher: Leanpub 2011
ISBN/ASIN: B005T75AF4
Number of pages: 35
Description:
The aim of this document is to get you started with developing applications with Node.js, teaching you everything you need to know about ‘advanced’ JavaScript along the way. It goes way beyond your typical ‘Hello World’ tutorial.
Download or read it online for free here:
Read online
(online html)
Mastering Node
by TJ Holowaychuk
Publisher: Visionmedia 2012
Number of pages: 184
Description:
Node is an exciting new platform developed by Ryan Dahl, allowing JavaScript developers to create extremely high performance servers by leveraging Google’s V8 JavaScript engine, and asynchronous I/O. In this book we will discover how to write high concurrency web servers, utilizing the CommonJS module system, node’s core libraries, third party modules, high level web development and more.
Download or read it online for free here:
Download link
(multiple formats)
No Comments Yet