Compress and Decompress Files in NodeJs | Quick and easy

Опубликовано: 07 Март 2017
на канале: Aman Kharbanda
15,738
110

A quick and simple way to compress and decompress files in node js using zlib(which is a software library for data compression) module as well as fs (file system) for making readable and writable streams and pipes.

Thanks for watching and do subscribe my channel.
Sample Project File : https://github.com/kharbanda14/youtub...