summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/websockets/docs/faq/index.rst
blob: 9d5b0d538ac773f22c8a2a13e3500633fef9f962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Frequently asked questions
==========================

.. currentmodule:: websockets

.. admonition:: Many questions asked in websockets' issue tracker are really
    about :mod:`asyncio`.
    :class: seealso

    Python's documentation about `developing with asyncio`_ is a good
    complement.

    .. _developing with asyncio: https://docs.python.org/3/library/asyncio-dev.html

.. toctree::

    server
    client
    common
    asyncio
    misc