blob: b08fdbd264585cfeaa3bae10cd19f0bcd9a06db2 [file] [log] [blame] [view]
The examples in this directory provide a basic introduction to the
proton reactor API and are best viewed in the order presented below.
The examples contain comments that explain things in a tutorial-style
manner. At some point soon this content will be pulled out into a
proper tutorial that references the relevant code snippets from these
examples. Until then please bear with this clumsy style of
presentation.
This API is present in C as well and most of these examples will
transliterate into C in a fairly straightforward way.
- hello-world.py
- goodbye-world.py
- scheduling.py
- counter.py
- count-randomly.py
- unhandled.py
- reactor-logger.py
- global-logger.py
- delegates.py
- handlers.py
- echo.py
- cat.py
- send.py
- recv.py
- tornado-hello-world.py
- tornado-send.py