Hello everybody,
I am using ojs and observable plot embedded in a revealjs slide presentation which is rendered by quarto.
My goal was to create a standalone HTML slide show with all dependencies either loaded from the web dynamically or embedded in the HTML file, which for the most part works just fine. But when I use this option in revealjs, I get a notification, that ojs needs to be run on a server to work.
Is there a way to run ojs in the browser without a server? I thought the idea of JavaScript is, that it runs on the client, not the server?
My goal is, that I can share the file with the interactive data visualizations with my colleagues. I am aware, that I can host the plot at this site, but wanted to explore alternatives first. I apologize, should this be a really stupid newbie question.