Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paluigi/flask-htmx
flask htmx test
https://github.com/paluigi/flask-htmx
Last synced: 25 days ago
JSON representation
flask htmx test
- Host: GitHub
- URL: https://github.com/paluigi/flask-htmx
- Owner: paluigi
- License: mit
- Created: 2021-12-14T18:37:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T10:29:13.000Z (over 2 years ago)
- Last Synced: 2024-08-03T17:09:40.622Z (4 months ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-htmx - Flask-Sock HTMX - Very short example combining HTMX with [Flask-Sock](https://flask-sock.readthedocs.io/en/latest/) for self-updating webpages with minimal dependencies. (Examples by Back-end / Python-based (Django, FastAPI, Flask))
README
# Flask-Sock and HTMX example
Very short example to show the integration of [Flask-Sock](https://flask-sock.readthedocs.io/en/latest/) and [HTMX](https://htmx.org/) for self-updating web pages.
HTMX files v1.6.1 are copied in the static folder for offline tests or deployments.
Blog post on this at [Random Data Science](https://randomds.com/2022/03/25/self-updating-webpages-with-flask-and-htmx-no-refresh/).Have fun!