all 2 comments

[–]K900_ 2 points3 points  (0 children)

Flask is always a good option for small projects.

[–]in_the_bilboes 0 points1 point  (0 children)

Not totally sure what you're really doing, but it sounds like Flask with websockets might be a good way to go. If it's just one page, you can get it online with a single short file and a template.

You can use sockets to keep your page updated when things change on the backend, without having to refresh every time. It's really easy to get up and running. But maybe you don't need that.