/quart-uvicorn-example-vercel

Vercel example of usage Quart+uvicorn.

Primary LanguagePythonMIT LicenseMIT

Deploy with Vercel

Quart+uvicorn + Vercel

This example shows how to use Quart+uvicorn on Vercel with Serverless Functions using the Python Runtime.

Demo

https://quart-uvicorn-template.vercel.app/

How it Works

This example uses the ASGI (uvicorn) and Quart to enable handling requests on Vercel with Serverless Functions.

Running Locally

npm i -g vercel
vercel dev

Your Quart application is now available at http://localhost:3000.

Documentations:

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel