June 2014
Intermediate to advanced
696 pages
38h 52m
English
The Node.js event model of using event callbacks is great until you run into the problem of functions that block on I/O. Blocking I/O stops the execution of the current thread and waits for a response before continuing. Some examples of blocking I/O are:
Reading a file
Querying a database
Requesting a socket
Accessing a remote ...
Read now
Unlock full access