Chunks
↔ smaller pieces of data, to gradually load & process bit by bit
aka Chunk
References
stream
↔ Node API & Interface to stream data as Chunks (vs all at once)Streaming
↔ (process) to break down Web Resource/data into smaller ChunksCode Splitting
↔ (Design Pattern)to load Source Code in Chunks, as needed vs all at oncePiece
↔ file Chunk split into equal Piece Size parts for Torrent