Hello,
I am writing some code for a custom checkout and shop. I have some use for public utility .js files in the backend. It is my understanding that wix sends calls to backend files from the frontend in the form of JSON http requests. Is the reverse also true? And if so does that mean making many calls to public js files from the backend can become expensive http requests?