File: index.rst

package info (click to toggle)
python-websockets 15.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,948 kB
  • sloc: python: 25,105; javascript: 350; ansic: 148; makefile: 43
file content (25 lines) | stat: -rw-r--r-- 665 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
Frequently asked questions
==========================

.. currentmodule:: websockets

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

    If you're new to ``asyncio``, you will certainly encounter issues that are
    related to asynchronous programming in general rather than to websockets in
    particular.

    Fortunately, Python's official documentation provides advice to `develop
    with asyncio`_. Check it out: it's invaluable!

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

.. toctree::

    server
    client
    common
    asyncio
    misc