I'm using NodeJs with Express. I have a public directory containing many things essential for the client such as pictures.
When someone logs into my server, do everything contained in my express public directory transfered to the client? Or does it happen only once, on first log in, then after only what has changed is transfered?
I have many, many pictures in the public directory and I'm having bandwidth issues at the moment. Any solution?
Thanks.