About 13,900 results
Open links in new tab
  1. Uvicorn

    Uvicorn is an ASGI web server implementation for Python. Until recently Python has lacked a minimal low-level server/application interface for async frameworks. The ASGI specification fills this gap, and …

  2. uvicorn · PyPI

    4 days ago · Uvicorn is an ASGI web server implementation for Python. Until recently Python has lacked a minimal low-level server/application interface for async frameworks. The ASGI specification …

  3. FastAPI - Uvicorn - GeeksforGeeks

    Jul 23, 2025 · FastAPI is a modern, high-performance, and robust Python web framework used for building REST APIs. It seamlessly integrates with UVICORN, a lightweight ASGI server, which …

  4. uvicorn,一个无敌的 Python 库! - 知乎

    Python Uvicorn 是一个快速的 ASGI (Asynchronous Server Gateway Interface)服务器,用于构建异步 Web 服务。 它基于 asyncio 库,支持高性能的异步请求处理,适用于各种类型的 Web 应用程序 …

  5. Kludex/uvicorn: An ASGI web server, for Python. - GitHub

    Uvicorn is an ASGI web server implementation for Python. Until recently Python has lacked a minimal low-level server/application interface for async frameworks. The ASGI specification fills this gap, and …

  6. uvicorn Python Guide [2025] | PyPI Tutorial

    Nov 16, 2025 · Whether you're building web applications, data pipelines, CLI tools, or automation scripts, uvicorn offers the reliability and features you need with Python's simplicity and elegance.

  7. Uvicorn in Modern Python APIs - DEV Community

    Jan 19, 2026 · If you are building a modern Python web app, Uvicorn is the standard choice. It balances the ease of Python with the speed required for modern, real-time web applications.

  8. Unleashing the Power of Uvicorn in Python: A Comprehensive Guide

    Apr 7, 2025 · This blog post will delve into the fundamental concepts of Uvicorn, explore its usage methods, discuss common practices, and highlight best practices to help you make the most out of …

  9. WideWiki-Uvicorn: High-Performance ASGI Server

    Jul 16, 2025 · Learn how to set up, configure, and optimize Uvicorn, a high-performance ASGI server for Python web applications. Discover tips for handling high-traffic apps, tuning performance, and …

  10. python 3.x - What is the purpose of Uvicorn? - Stack Overflow

    Mar 11, 2022 · uvicorn is an ASGI (async server gateway interface) compatible web server. It's (simplified) the binding element that handles the web connections from the browser or api client and …