File: index.rst

package info (click to toggle)
flask-socketio 5.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 456 kB
  • sloc: python: 1,315; makefile: 13; sh: 2
file content (27 lines) | stat: -rw-r--r-- 780 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. 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`