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>
This commit is contained in:
Chase Fleming 2023-11-05 12:24:26 -08:00 committed by GitHub
parent ca108e4d79
commit c2e4b51495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ These examples may make it a bit easier to get started using htmx with your plat
- <https://github.com/DamianStanger/hapi-htmx>
## Python
- <https://github.com/PyHAT-stack/awesome-python-htmx>
### Django
@ -154,8 +155,14 @@ These examples may make it a bit easier to get started using htmx with your plat
- <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>