GitHub - jonbeau/quart-template · GitHub
Skip to content

jonbeau/quart-template

Folders and files

Repository files navigation

title Quart
description Quart is an asyncio reimplementation of the popular Flask microframework API.
tags
python
quart

Python Quart Example

This is a Quart app that serves a simple "Hello World" page.

Deploy on Railway

✨ Features

  • Python
  • Quart

💁‍♀️ How to use

  • Install Python requirements pip install -r requirements.txt

⚔️ Flask vs Quart

- Flask: request.form      
+ Quart: await request.form

- Flask:                        
- @app.route('/')               
- def home():                   
-     ...                       
+ Quart:                        
+ @app.route('/')               
+ async def home():             
+     ...                       

thanks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors