What is the purpose of Node.js streams in a MEAN stack application?
-
A
Process data in chunks for memory efficiency, ideal for large file uploads or database exports
-
B
Stream real-time updates to Angular clients via WebSockets
-
C
Pipe data between MongoDB aggregation stages
-
D
Chain Express middleware functions together