blob: 5d6a237a272a360a1137da6de68c15a79ca2f874 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
|
+++
title = "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](https://www.webjars.org) 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
- <https://github.com/rajasegar/awesome-htmx>
## JavaScript
### Node.js
- <https://github.com/rajasegar/todomvc-htmx>
- <https://github.com/rajasegar/htmx-twitter-clone>
- <https://github.com/rajasegar/htmx-trello>
### hapi
- <https://github.com/DamianStanger/hapi-htmx>
## Python
- <https://github.com/PyHAT-stack/awesome-python-htmx>
### Django
- <https://github.com/adamchainz/django-htmx>
- <https://github.com/spookylukey/django-htmx-patterns/>
- <https://github.com/idlesign/django-siteajax>
- <https://github.com/guettli/django-htmx-fun/>
- <https://www.photondesigner.com/articles/submit-async-django-form-with-htmx>
### FastAPI
- <https://github.com/renceInbox/fastapi-todo>
- <https://github.com/AutomationPanda/bulldoggy-reminders-app>
### Flask
- <https://github.com/edmondchuc/flask-htmx>
- <https://github.com/cscortes/htmxflask>
- <https://github.com/Konfuzian/htmx-examples-with-flask/>
### py4web
- <https://github.com/jpsteil/py4web_htmx_demo>
## Java
### Spring Boot
- <https://github.com/wiverson/htmx-demo>
- <https://github.com/wimdeblauwe/blog-example-code/tree/master/todomvc-htmx>
### Quarkus
- <https://github.com/derkoe/quarkus-htmx-todos>
## 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>
- <https://github.com/khalidabuhakmeh/Htmx.Net>
- <https://github.com/khalidabuhakmeh/Htmx.Net#htmxtaghelpers>
- <https://github.com/hlaueriksson/Markupolation/tree/main/samples>
## Prolog
- <https://github.com/Anniepoo/declswiplweb>
## 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>
- <https://github.com/dharrigan/startrek>
## Ruby
- <https://alchemists.io/projects/htmx>
### Rails
- <https://github.com/rootstrap/htmx-rails>
- <https://github.com/guilleiguaran/rails-htmx>
### Sinatra
- <https://github.com/libsyz/htmx-to-do-app>
- <https://github.com/beechnut/pokebutt-htmx>
## Scala
### http4s
- <https://github.com/martinprobson/http4s-htmx-demo>
## Kotlin
### Ktor
<https://github.com/Rattlyy/htmx-ktor>
### Http4k
<https://github.com/corlaez/todo-hda-kt>
## Julia
- <https://github.com/clarkevans/TodoMVC.jl>
## OCaml
- <https://ocaml.org/p/dream-htmx>
- <https://github.com/yawaramin/dream-html>
## PHP
### CodeIgniter 4
- <https://github.com/michalsn/codeigniter-htmx-demo>
### Laravel
- <https://spirofloropoulos.com/laravel-htmx-hard-mode-1.html>
### Symfony
- <https://github.com/tomcri/htmxfony>
## Elixir
### Phoenix
- <https://github.com/hungle00/todo-htmx>
### Bandit with Plug Application
- <https://github.com/lorantkurthy/todo-htmex>
## Go
### templ
- <https://templ.guide/server-side-rendering/htmx>
- <https://github.com/jritsema/go-htmx-tailwind-example>
### elem-go
- <https://github.com/chasefleming/elem-go/tree/main/examples/htmx-fiber-counter>
- <https://github.com/chasefleming/elem-go/tree/main/examples/htmx-fiber-todo>
## Delphi
### DelphiMVCFramework
- <https://github.com/danieleteti/delphi-dmvcframework-htmx-todo>
- <https://github.com/danieleteti/delphimvcframework/tree/master/samples/htmx>
|