Python Forum

Full Version: Help using Flask for a countdown on webpage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So using python and Flask (Unless theres something better than Flask) I want to make a count down on a webpage. For example counting from 100 down to 0. Im not sure where to start other than Flask, Jinja, FlaskSocketIO / SocketIO / Pusher

Everything I can find is about making a webchat app, but nothing about a count down or up.

Thanks all,
There is no problem to make a count down in Flask.
You most explain better what is the point/task of this.
(Feb-05-2021, 02:47 AM)ZenBuddhism Wrote: [ -> ]FlaskSocketIO / SocketIO / Pusher
This is more for bi-directional communications between the clients and the server like eg chat and similar stuff,
not needed for a simple countdown that eg could be done JavaScript and send something to server when finish.