I am currently building a website that pulls data from a database (it is updated with new information every min). On the front end, it is just html/css/bootstrap. On the back end, I am using flask to connect to my database, where it also pushes the data onto the website.
My question is: Is there a way to retrieve new information from the database every min (in flask) and updates it directly onto the webpage (without having the need to refresh my webpage every min)?
Thanks!
Aucun commentaire:
Enregistrer un commentaire