How To Install Uvicorn?

How To Install Uvicorn?

uvicorn

ASGI server implementation, using uvloop and httptools

Maintainer: Debian Python Modules Team



Section: httpd

Install uvicorn

  • Debian apt-get install uvicorn Click to copy
  • Ubuntu apt-get install uvicorn Click to copy
  • Kali Linux apt-get install uvicorn Click to copy

uvicorn

ASGI server implementation, using uvloop and httptools

Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently supports HTTP/1.1 and WebSockets. Uvicorn is designed with particular attention to connection and resource management, in order to provide a robust server implementation. It aims to ensure graceful behavior to either server or client errors, and resilience to poor client behavior or denial of service attacks. This package contains the CLI script.

Installation of latest uvicorn command is available for Debian, Ubuntu and Kali. You can copy the command for your OS from above and paste it into your terminal. Once you run the command it will download the 2024 latest package from the repository and install it in your computer/server.