How to Compress and Un-compress files using Node JS ZLIB module

Published: 23 January 2021
on channel: Techweber
6,353
41

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]


Watch video How to Compress and Un-compress files using Node JS ZLIB module online without registration, duration hours minute second in high quality. This video was added by user Techweber 23 January 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 6,353 once and liked it 41 people.