R

Ravina • 3.96K Points
Extraordinary

Q. What does FastAPI use under the hood to manage the web server?

  • (A) Gunicorn
  • (B) Flask
  • (C) Uvicorn or Hypercorn
  • (D) WSGI
  • Correct Answer - Option(C)
  • Views: 44
  • Filed under category Fast API
  • Hashtags:

Explanation by: Ravina

FastAPI uses ASGI servers like Uvicorn or Hypercorn for async support.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.