I have a script that updates every T seconds. The result of each update is an array. I would now like to display the content of the array on a (local) website using a browser, and then have the display update when my script updates.
Can someone point me in the right direction for achieving this task?
@Ronis_BR’s PrettyTables allows HTML output afaik. If you want the HTML to be live updated, you might want to consider using LiveServer to watch the changes and trigger a refresh.