The situation is as follows, I am developing a system where users can create dynamic and customized banners with our products and display on their websites. The data of each banner created is in our database. What I'm finding difficult is to display the banner on the third-party site, I can not think of a stream that does not overload my server in case multiple users own sites with thousands of views a day.
Does anyone have any ideas?
Thank you.
UPDATE:
The idea is for the customer to be able to create a banner, which will rotate some of our products (chosen by him) in javascript (jquery). However all information will be pulled from our server, probably using ajax, to have control over the displayed banners. What I really wanted was a help with this flow, as I think this is not the best solution, but it was the best I could think of until now.