June 2014
Intermediate to advanced
696 pages
38h 52m
English
Readable streams are designed to provide a mechanism to easily read data coming into an application from another source. Some common examples of readable streams are:
HTTP responses on the client
HTTP requests on the server
fs read streams
zlib streams
crypto streams
TCP sockets
Child processes stdout and stderr
process.stdin ...
Read now
Unlock full access