All about TinA (Tiny Asynchronous Web Server/App).


TinA was born out of the idea of creating a pure Python/standard lib only ASGI server. In turn, this idea was heavily influenced by the wonderful concepts and remarkable implementation exposed by Eduardo Vieyra in these series:

Writing a Python Web Server From Scratch - Part 1: HTTP

Writing a Python Web Server From Scratch - Part 2: WebSocket

In spite of its origin as a learning tool, goal that still stands, TinA proved to be fast and efficient, hence the desicion to offer it as a new alternative in the Python server/framework landscape.