blob: 04e392b13c497fc432eb2ad6dd54bb68118a3aa9 (
plain) (
blame)
1
2
3
4
5
|
Flask-SocketIO gives Flask applications access to low latency bi-directional
communications between the clients and the server. The client-side application
can use any of the SocketIO official clients libraries in Javascript, C++, Java
and Swift, or any compatible client to establish a permanent connection to the
server.
|