expressjs / compression

Node.js compression middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should I use this if I already config Nginx gzip ?

iShawnWang opened this issue · comments

As a newbie to the backend, I wonder that :
The Nginx gzip is default on, so should I also use this middleware to compress my response ?

:D

Nope. If you are using NGINX already tgat is the better choice 👍

Cool ,thanks ~