I created a simple image slideshow in JavaScript/HTML, that just traverses images from a given directory. However, I wanted to make the images display synchronously on multiple clients, rather than start from the beginning whenever you access the URL.
Can anyone point me to a tool that would allow me to start a slideshow server-side, on a web server so that all clients accessing the content get the same content?
I'm not looking for a ready-made solution (unless there's one), just for tools that would allow me to build such a service myself.