Uvicorn web/json server for benchmarking purposes
Uvicorn is a lightning fast asyncio server for Python 3.
Uvicorn is implemented using:
- Gunicorn for process managment.
- The uvloop event loop.
- The httptools HTTP parsing library.
- The ASGI consumer interface, for interacting with the application layer.