November 2013
Intermediate to advanced
148 pages
3h 12m
English
This book is for developers who want to learn how to write asynchronous JavaScript for the server using Node.js. Some prior JavaScript experience will help, but you don’t have to be an expert.
Chapter 1, Getting Started, introduces the Node.js event loop, explaining how it empowers Node to be highly parallel and single-threaded at the same time. This chapter also outlines the five aspects of Node.js development that frame each subsequent chapter and has some brief instructions on getting Node installed on your machine.
The remaining chapters each deal with a specific practical programming area.
In Chapter 2, Wrangling the File System, we’ll get our first look at writing Node.js programs. If you’ve ...
Read now
Unlock full access