NeoSOFT-Technologies / rest-node-nestjs

With this skeleton, we can easily start a server application using Node.js, Nest JS and TypeScript.
https://neosoft-technologies.github.io/rest-node-nestjs/
Apache License 2.0
54 stars 36 forks source link

EP - Compression #127

Closed PrajwalKarale08 closed 3 years ago

PrajwalKarale08 commented 3 years ago

Compression: gzip compression with compression

Originally posted by @shishirYadav in https://github.com/NeoSOFT-Technologies/rest-node-nestjs/discussions/13

Compression can greatly decrease the size of the response body, thereby increasing the speed of a web app. Using compression and decompression we can send HTTPS requests and responses easily.