Flask-Bibliography

Web Sockets

Flask-SocketIO

This combines flask with socket.io (so there's an extra thing to learn, maybe). The author made a blog post about it that gives a little more background around it and what advantages he thinks it has over flask-sockets. He also gave a talk at PyCon Ireland 2017 that is on YouTube.

Flask Sockets

This is a project from Kenneth Reitz, the guy who made requests. On the one hand, it looks much simpler, on the other it doesn't look like it has as many options. Maybe a good starter that would later need to be swapped out for Socket IO if it got complex enough.

Flask-uWSGI-Websocket

This looks like it's halfway between flask-sockets and flask-socketIO.