Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 780 Bytes

index.rst

File metadata and controls

27 lines (22 loc) · 780 Bytes

Flask-SocketIO

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 client libraries in Javascript, Python, C++, Java and Swift, or any other compatible client to establish a permanent connection to the server.

.. toctree::
   :maxdepth: 3

   intro
   getting_started
   implementation_notes
   deployment
   upgrading
   api