Compression on node js by gzip

Compression is the process that decreases the file sizes. During the compression process all details from the original file will beĀ  maintained in compressed file. It boosts the working of Node.js applications by decreasing above 70 % of size. Introduction: Gzip is a file format and software application which is used in Unix systems for […]

Read more