October 2013
Intermediate to advanced
376 pages
9h 15m
English
CHAPTER 2
![]()
Networking with Node.js
Node.js is designed to function well in a networked environment. Its nonblocking, event-driven architecture allows for the use of highly scalable, networked applications. In this chapter you will discover many of the implementation details surrounding Node.js and its networking capabilities. In particular the recipes you will see will cover these topics:
Once you have read this chapter, you should ...
Read now
Unlock full access