I have an issue regard a html-file changing through server-side.
I'ill explain:
I am trying to build a Queue Management System and I wish to display a queue on the client-side.
It's should seems like that:
But the problem is that I do not know how to change html through the server. I'm using python3 (aiohttp+asyncio) if it's important.