Streams in NodeJS
Streams in NodeJS are a way to move data from a source to a destination in a bit-by-bit (or let’s say, in chunks), to avoid any Out-of-Memory Errors.
To understand what exactly a stream does, let us consider a scenario.We have two buckets named sourc...
blog.veedyapp.store7 min read