December 2014
Intermediate to advanced
424 pages
13h 26m
English
This chapter covers
Node has quickly become established as a viable and indeed efficient web development platform. Before Node, not only was JavaScript on the server a novelty, but non-blocking I/O was something that required special libraries for other scripting languages. With Node, this has all changed.
The combination of non-blocking I/O and JavaScript is immensely powerful: we can handle reading and writing files, network sockets, and more, all asynchronously in the same process, with the natural and expressive features of JavaScript callbacks.
This book is geared toward intermediate Node developers, so this chapter is a quick refresher. If you ...
Read now
Unlock full access