Computer scienceBackendNode.jsCore ConceptsInternal modulesStreams

Introduction to Streams module

Match concepts

Report a typo

Match the following Node.js concepts with their correct descriptions.

Match the items from left and right columns
Finishing
Pipeline
Streams Promises API
It is a function that allows you to detect when a stream finishes emitting data.
It is a feature that allows you to handle streams using promises.
It is a function provided by the Streams Module in Node.js to link together streams and pass data from one stream to another.
___

Create a free account to access the full topic