28 lines
780 B
ReStructuredText
28 lines
780 B
ReStructuredText
.. flask-socketio documentation master file, created by
|
|
sphinx-quickstart on Sun Nov 25 11:52:38 2018.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
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 <http://socket.io>`_
|
|
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
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|