Comment on Node.js stream handbookparentComments−tlrobinson11yBasically a promise represents a single (future) value whereas a stream represents zero or more (ordered, future) values.A queue of promises would be similar to a stream.
Comments
Basically a promise represents a single (future) value whereas a stream represents zero or more (ordered, future) values.
A queue of promises would be similar to a stream.