index.rst (450B)
1 Frequently asked questions 2 ========================== 3 4 .. currentmodule:: websockets 5 6 .. admonition:: Many questions asked in websockets' issue tracker are really 7 about :mod:`asyncio`. 8 :class: seealso 9 10 Python's documentation about `developing with asyncio`_ is a good 11 complement. 12 13 .. _developing with asyncio: https://docs.python.org/3/library/asyncio-dev.html 14 15 .. toctree:: 16 17 server 18 client 19 common 20 asyncio 21 misc