Category Archives: Node.js

Node.js – Streams

By | 27/11/2019

From internet:“Streams are a way to handle reading/writing files, network communications, or any kind of end-to-end information exchange in an efficient way.What makes streams unique, is that instead of a program reading a file into memory all at once like in the traditional way, streams read chunks of data piece by piece, processing its content without keeping… Read More: Node.js – Streams »