I have an app running on nodeJS/express and also using nginx. If I compress the served files on both systems, I suppose that slows the server response time. Therefore, when combining nginx with expressJS, do you use compression in express or compression in nginx? Or it simply doesn't matter!?
I know it may be opinion based, but I really wanted some feedback on this. Thanks in advance