Flask-SocketIO¶
Flask-SocketIO gives Flask applications access to low latencybi-directional communications between the clients and the server. Theclient-side application can use any of theSocketIOclient libraries in Javascript, Python, C++, Java and Swift, or any othercompatible client to establish a permanent connection to the server.