Computer scienceBackendNode.jsCore ConceptsInternal modulesStreams

What are streams?

Words and their definitions

Report a typo

Match the descriptions correctly.

Match the items from left and right columns
fs.createReadStream()
Readable stream
readStream.on('data', ... )
fs.readStream()
An event listener that allows you to handle the 'data' event
Non-existent function
Method to create a readable stream
Stream from which data can be read
___

Create a free account to access the full topic