mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 05:21:18 +00:00
2.4 KiB
2.4 KiB
layout | title |
---|---|
layout.njk | </> htmx - Server-Side Examples |
htmx Server-Side Examples
There are many examples of integrating htmx with server-side frameworks available on GitHub. Generally speaking, most server-side frameworks are already pretty well set up to integrate with htmx - after all, most of them were rendering HTML long before JSON became popular.
Different frameworks and platforms may offer alternative systems for installing htmx - for example, in the Java / JVM ecosystem, WebJars allows the use of npm packages with popular Java build tools such as Maven and Gradle.
These examples may make it a bit easier to get started using htmx with your platform of choice.
General Resources
JavaScript
Node.js
- https://github.com/rajasegar/todomvc-htmx
- https://github.com/rajasegar/htmx-twitter-clone
- https://github.com/rajasegar/htmx-trello
hapi
Python
Django
- https://github.com/adamchainz/django-htmx
- https://github.com/idlesign/django-siteajax
- https://github.com/guettli/django-htmx-fun/
FastAPI
Flask
py4web
Java
Spring Boot
Quarkus
ColdFusion (CFML - a JVM Language)
CFWheels Framework
- https://github.com/bpamiri/cfwheels-todomvc-htmx
- https://www.forgebox.io/view/cfwheels-htmx-plugin
- https://github.com/chapmandu/cfwheels-htmx-crud
C#
ASP.NET Core
- https://github.com/jerriepelser-blog/htmx-with-aspnet-core
- https://github.com/mryderie/aspnet-core-htmx-example
Prolog
Lisp
- https://github.com/rajasegar/ccl-demo-raja
- https://github.com/rajasegar/cl-trello-clone
- https://github.com/rajasegar/cl-github-timeline
Clojure
- https://github.com/whamtet/ctmx
- https://github.com/jcpsantiago/htmx-clj-dashboard
- https://github.com/prestancedesign/babashka-htmx-todoapp
Ruby
Rails
https://github.com/rootstrap/htmx-rails