Uvicorn
ASGI web server implementation for Python.
- https://asgi.readthedocs.io/en/latest/
- ASGI (Asynchronous Server Gateway Interface) is a spiritual successor to WSGI, intended to provide a standard interface between async-capable Python web servers, frameworks, and applications.
코드로 보는 uvicorn
Server::serve

Server::main_loop

Server::on_tick

UvicornWorker::run
