Logo

Node: Up and Running by Tom Hughes-Croucher

Large book cover: Node: Up and Running

Node: Up and Running
by

Publisher: O'Reilly Media
ISBN/ASIN: 1449398588
Number of pages: 350

Description:
Node.js, the new web development framework written in JavaScript, is many things, but mostly it's a way of running JavaScript outside the web browser. This book will cover why that's important, and what benefits Node.js provides.

Download or read it online for free here:
Read online
(online preview)

Similar books

Book cover: Mixu's Node BookMixu's Node Book
by - mixu.net
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.
(11070 views)
Book cover: Mastering NodeMastering Node
by - Visionmedia
Node allows JavaScript developers to create 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.
(11349 views)
Book cover: The Node Beginner BookThe Node Beginner Book
by - Leanpub
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.
(14903 views)