aickin / shrink-ray

Node.js compression middleware
MIT License
268 stars 21 forks source link

Caching #19

Open kanalasumant opened 6 years ago

kanalasumant commented 6 years ago

Hello everyone. First of all I wanna say that this is a great module and I'm definitely using this in our node-express production app and I thank all of them involved in making this possible. I don't have an issue, but rather a question, which is, when the module says files are asynchronously cached for subsequent requests is this server-side or client-side caching. I'm a total newbie in this area and am trying to understand how all this fits into the server-browser ecosystem and if anyone could shed some light on this topic it would be immensely appreciative. Thanks!