HTMX and Celery Progress?

Streamed on:
250

I'm back in my test app, going to work out the progress indicators for long running celery tasks triggered by HTMX. Ideally, we want HTMX to send the request, the server to respond with the initial progress bar, and some on page javascript to poll a progress view until the task is complete. Let's see what kind of trouble we can get into.

Check out my blog:
https://khaoticdigital.com/insights/

Check out this crazy css framework:
https://github.com/jcopacetic/Reely/blob/master/reely-raw.css

Here's a terminal turn-based rpg game:
https://github.com/jcopacetic/tbrpg

Tailwind:
https://tailwindcss.com/

HTMX:
https://htmx.org/docs/

Cookiecutter Django:
https://github.com/cookiecutter/cookiecutter-django

Loading comments...