September 2017
Intermediate to advanced
216 pages
6h 8m
English
In Node.js environments, the majority of side-effects come in the form of IO. This is what Node.js excels at—orchestrating huge volumes of IO operations. This is why it has a stream API that most IO components implement.
In this chapter, we'll look at Immutable.js collections from the perspective of Node.js IO. You'll learn how to do the following:
Read now
Unlock full access