Writable Streams
Writable
streams are designed to provide a mechanism to write data into a form that can easily be consumed in another area of code. Some common examples of Writable
streams are:
HTTP requests on the client
HTTP responses on the server
fs
write streams
zlib
streams
crypto
streams
TCP sockets
Child process stdin
process.stdout ...
Get Node.js, MongoDB, and AngularJS Web Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.