Web Development
Node.js
Subjective
Sep 30, 2025
Explain the concept of streams in Node.js and their types.
Detailed Explanation
Streams are objects that handle reading/writing data in chunks. Types include Readable (read data), Writable (write data), Duplex (both read/write), and Transform (modify data while reading/writing). They are memory efficient for large data.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts