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 (26 lines) | stat: -rw-r--r-- 455 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
Topic guides
============

These documents discuss how websockets is designed and how to make the best of
its features when building applications.

.. toctree::
   :maxdepth: 2

   authentication
   broadcast
   logging
   proxies
   routing

These guides describe how to optimize the configuration of websockets
applications for performance and reliability.

.. toctree::
   :maxdepth: 2

   compression
   keepalive
   memory
   security
   performance