Computer scienceBackendNode.jsCore ConceptsInternal modulesStreams

Introduction to Streams module

Compress stream

Report a typo

Complete the following code to compress the read stream.

const zlib = require('node:zlib');

let gzip = ________;
Enter a short text
___

Create a free account to access the full topic