34 Commits

Author SHA1 Message Date
Lee Phillips
e88bc9b35b
Update server-examples.md (#2996)
Add links to two Julia projects by Lee Phillips.
2024-11-03 22:20:37 -06:00
maddalax
b9c25acf64
Add htmgo to server examples (#2992)
* add htmgo

* move
2024-10-31 09:31:20 -06:00
grugBraid
b6af863e52
Add link to contact-app built in Blazor (#2970)
* Added htmx contact app using Blazor SSR

* add back whitespace
2024-10-17 09:46:09 +02:00
eikek
8a60c695bf
Add htmx4s to scala server-examples (#2722)
Add htmx4s to scala examples
2024-10-05 09:40:57 +02:00
gparmigiani
b4aff2340d
add F# server-examples (#2886)
add F# server-examples.md
2024-09-22 12:07:17 -04:00
SimunKaracic
4d35ef51e1
Update server-examples.md (#2827)
Add scalatags + zio-http example
2024-08-20 23:21:19 -04:00
Peter Volf
89b9e2afa5
Added a FastAPI + TailwindCSS + DaisyUI example (#2695)
added a FastAPI + TailwindCSS + DaisyUI example
2024-07-08 11:50:42 -06:00
Bruno Alves
eb1b723ea7
#41540 Update Quarkus with recent examples (#2700)
Make sure Quarkus is referenced with recent examples in the htmx ecosystem #41540
2024-07-08 11:49:32 -06:00
Paul Tuckey
5e8d8fa497
Add rust example to server-examples.md (#2626)
Add rust esample to server-examples.md
2024-06-18 11:45:58 -06:00
Hamilton Greene
865a8297fe
[Documentation] Server Examples: Add F# - Giraffe example (#2363)
Update server-examples.md
2024-03-03 10:55:42 -05:00
Hasan Sezer Taşan
13467420b5
Add link to htmx-examples-with-flask resource (#2328)
Adds htmx-examples-with-flask
2024-02-21 10:54:36 -05:00
Martin Robson
22c8c345e4
Add Scala http4s example to docs (server-examples) (#2209) 2024-01-24 10:09:17 -05:00
Cristian Molina
30d3ceaf78
Update server-examples.md (#2035)
Add another Ruby gem with Rails specific helpers
2023-11-24 11:24:58 -05:00
Spiro Floropoulos
7f3d752553
Adding Laravel PHP Example (#1982)
Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
2023-11-16 14:04:10 -07:00
Cristi
798a32b1e8
documentation update php symfony (#1978)
* docs: php (symfony sdk)

* docs: twig support for fragments

---------

Co-authored-by: Cristian Toma <cristian.toma@vivre.eu>
2023-11-09 16:20:47 -05:00
Chase Fleming
c2e4b51495
Add htmx/elem-go server examples (#1961)
* Add htmx/elem-go server examples

* Move examples section

* Fix formatting

---------

Co-authored-by: Chase Fleming <1666730+chasefleming@users.noreply.github.com>
2023-11-05 15:24:26 -05:00
Tom
8ca51e078a
Added a server example link to "How to create a Django form (using HTMX) in 90 seconds 🐎" (#1938)
* Added a Django + HTMX forms link 

- Added a Django server example link to "How to create a Django form (using HTMX) in 90 seconds 🐎".
- This article has received over 10k views and positive comments so far. I wrote the article; I would have benefitted from seeing it when I was first learning to use HTMX.

* Update server-examples.md

Appended to the list as requested
2023-11-03 15:36:51 -04:00
Daniele Teti
b2b3c8f5e0
Added DelphiMVCFramework sample (#1893) 2023-10-13 18:44:44 -04:00
Cristian Molina
ec126d2e3d
Update Ruby list of server-examples.md (#1765)
Added htmx from alchemists.io. Works with any web framework. Also added a missing `-`
2023-09-26 12:27:53 -04:00
Lorant Kurthy
49d01f0d47
Add another Elixir example to server-examples.md (#1814) 2023-09-25 11:00:29 -04:00
David Harrigan
811a67d3e6
Add another Clojure example (#1832)
* HTMX to provide user interaction via the UI
* Bootstrap 5.3 for a basic look and feel
* API CRUD functionality
* Login and session handling
* Exception handling
* i18n
* Input validation and more!

-=david=-
2023-09-25 10:57:10 -04:00
John Ritsema
3845e0f92e
adds another htmx/go example (#1789) 2023-09-12 13:15:19 -04:00
Rattly
e07dcdf60a
Add Kotlin examples to server-examples (#1715)
Update server-examples.md
2023-08-24 08:34:26 -06:00
Adrian Hesketh
3ff33eadc9
Add Go/templ example link (#1521) 2023-06-30 11:24:53 -05:00
Henrik Lau Eriksson
eb91ae4be0
Add Markupolation samples (#1421) 2023-05-23 09:48:58 -05:00
hungle00
b66e133fad
Add Elixir sample to server-examples.md (#1448) 2023-05-23 09:42:13 -05:00
James High
990cdd61a1
Update server-examples.md (#1411)
Add link to Khalid Abuhakmeh's Htmx.NET and Htmx.TagHelpers libraries in the C#/ASP.NET Core section
2023-04-28 12:20:00 -06:00
Michal Sniatala
e9017fa8fd
Add PHP section to server-side examples (#1412) 2023-04-28 12:19:46 -06:00
Sergi
7706eb840d
Add link to flask-htmx resource (#1402)
flask-HTMX is a flask extension to work with htmx.
2023-04-25 13:06:23 -06:00
Yawar Amin
43270e38a0
Add OCaml packages (#1404)
- dream-htmx for request/response actions
- dream-html for SSR
2023-04-25 13:05:46 -06:00
Benjamin Kirkbride
de45c4a962
add awesome-python-htmx to resource list (#1406) 2023-04-25 13:04:25 -06:00
Luke Plant
5ac5587100
Added a link to spookylukey/django-htmx-patterns (#1347)
* Added a link to https://github.com/spookylukey/django-htmx-patterns/

* Added link to full Django solution for template fragments
2023-04-20 09:22:43 -06:00
Daniel J. Summers
b0088a602f Incorporate doc changes in dev branch 2023-04-05 22:24:23 -04:00
Daniel J. Summers
f690d92834 Replace www directory 2023-03-18 11:29:38 -04:00