Hello,
I am investigating Flask-SocketIO for use in a very small project.
The project has a server that receives POST data as a webhook from another site and then dynamically updates the client displaying rows of data as the come in from the external site.
I can do this without dynamically updating the client browser (i.e. no server push) which is why I am looking at Flask-SocketIO that seems to do a great job of server pushes to the client, but I am not clear on how to setup a simple login page. It could have even a static login/password since only one person will be using it thus now multi-user login support is needed.
Are there any simple examples of Flask-SocketIO with a Login page?
Thanks in advance
Hello,
I am investigating Flask-SocketIO for use in a very small project.
The project has a server that receives POST data as a webhook from another site and then dynamically updates the client displaying rows of data as the come in from the external site.
I can do this without dynamically updating the client browser (i.e. no server push) which is why I am looking at Flask-SocketIO that seems to do a great job of server pushes to the client, but I am not clear on how to setup a simple login page. It could have even a static login/password since only one person will be using it thus now multi-user login support is needed.
Are there any simple examples of Flask-SocketIO with a Login page?
Thanks in advance