expressjs/compression

Question: Why this middleware

greatbody opened this issue · 2 comments

Hi as far as I know, Nginx can handle the compression job, and it's written in c, so it's supposed
to be faster than this node.js module.

I know that when we use express without nginx, this could be an option, but why not nginx but express with compression?

Thank you so much.

Use NGINX if you can do so.