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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
How-to guides
=============
Set up your development environment comfortably.
.. toctree::
autoreload
debugging
Configure websockets securely in production.
.. toctree::
encryption
These guides will help you design and build your application.
.. toctree::
:maxdepth: 2
patterns
django
Upgrading from the legacy :mod:`asyncio` implementation to the new one?
Read this.
.. toctree::
:maxdepth: 2
upgrade
If you're integrating the Sans-I/O layer of websockets into a library, rather
than building an application with websockets, follow this guide.
.. toctree::
:maxdepth: 2
sansio
The WebSocket protocol makes provisions for extending or specializing its
features, which websockets supports fully.
.. toctree::
extensions
|