In this video you'll learn how to Compress and Un-compress files using Node JS ZLIB module. The Node.js Zlib module is used to provide compression and decompression (zip and unzip) functionalities. It is implemented using Gzip and deflate/inflate.
The zlib module can be accessed using:
const zlib = require('zlib');
Compressing and decompressing a file can be done by piping the source stream data into a destination stream through zlib stream.
You can download code of this video from my github repository:
https://github.com/techweber/nodejs
If you need professional help, you can email me at [email protected]