Streams

Node

Understanding JavaScript - Node Streams

Streams are collections of data like strings or objects or arrays. The main difference between streams and other format is that, streams need not to have all available data at once and doesn’t have to fit in memory. This read more...