The Flask extension flask-sse has an advanced mode which allows channel-based server-push. This seems like a good an convenient start for our chat-channel functionality.
Flask-sse comes with some minor complications (which we need to tackle anyway). It requires
a non-default server since we need async operations
The Flask extension flask-sse has an advanced mode which allows channel-based server-push. This seems like a good an convenient start for our chat-channel functionality.
Flask-sse comes with some minor complications (which we need to tackle anyway). It requires