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
|
Code Examples
=============
This section of the documentation contains long-form code examples. These are
intended as references for developers that would like to get an understanding
of how h2 fits in with various Python I/O frameworks.
Example Servers
---------------
.. toctree::
:maxdepth: 2
asyncio-example
curio-example
eventlet-example
gevent-example
tornado-example
twisted-example
wsgi-example
Example Clients
---------------
.. toctree::
:maxdepth: 2
plain-sockets-example
twisted-head-example
twisted-post-example
|