Meituan Technology Team
Jul 15, 2016 · Backend Development
Understanding Node.js Stream API: Types, Back‑Pressure, and Object Mode
The article explains Node.js’s Stream API by detailing the four core stream classes—Readable, Writable, Duplex, and Transform—showing how to implement them, manage back‑pressure, enable objectMode, and apply these concepts in real‑world tools like Gulp, Browserify, and a Git‑changelog generator.
DuplexNode.jsObjectMode
0 likes · 6 min read
