streams is process(read and write) data piece(chunks) without completing the
whole read or write operation, and therefore without keeping all the data in
memory.
There are four types of streams => readable streams, writable streams, duplex
and transform streams.