File: index.rst

package info (click to toggle)
python-trio-websocket 0.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 432 kB
  • sloc: python: 2,900; makefile: 41; sh: 17
file content (26 lines) | stat: -rw-r--r-- 792 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
Trio WebSocket
==============

This library is a WebSocket implementation for `the Trio framework
<https://trio.readthedocs.io/en/latest/>`__ that strives for safety,
correctness, and ergonomics. It is based on `wsproto
<https://wsproto.readthedocs.io/en/latest/>`__, which is a `Sans-IO
<https://sans-io.readthedocs.io/>`__ state machine that implements most aspects
of the WebSocket protocol, including framing, codecs, and events. The
respository is hosted `on GitHub
<https://github.com/python-trio/trio-websocket/>`__. This library passes `the
Autobahn Test Suite <https://github.com/crossbario/autobahn-testsuite>`__.

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   getting_started
   clients
   servers
   backpressure
   timeouts
   api
   recipes
   contributing
   credits