Skip to content

Minimal example of FastAPI + AJAX polling to handle background tasks

License

Notifications You must be signed in to change notification settings

didmar/fastapi_ajax_polling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI AJAX polling

Minimal example of a web app that process tasks in the background,

with basic AJAX polling to check when the result is available.

Setup and usage

pip install -r requirements.txt
uvicorn app:app --reload
# Open http://127.0.0.1:8000 in your web browser

About

Minimal example of FastAPI + AJAX polling to handle background tasks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published