diff options
author | Zendrael Ziul <zendrael@gmail.com> | 2025-02-04 12:30:47 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-04 09:30:47 -0600 |
commit | d8b12de2fb56672412e393363d9b17dc4d05a5f9 (patch) | |
tree | 8b19ced3a14422810d57595ba08e99d179d16dbb /www/content | |
parent | a60cdf18541ffc8b661e4817a9dd4f1974dfbc39 (diff) | |
download | htmx-d8b12de2fb56672412e393363d9b17dc4d05a5f9.tar.gz htmx-d8b12de2fb56672412e393363d9b17dc4d05a5f9.zip |
Add FreePascal server example with Pas2JS (#3168)
Add FreePascal example with Pas2JS
Diffstat (limited to 'www/content')
-rw-r--r-- | www/content/server-examples.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/www/content/server-examples.md b/www/content/server-examples.md index 280dc711..aa6f92ff 100644 --- a/www/content/server-examples.md +++ b/www/content/server-examples.md @@ -131,12 +131,14 @@ These examples may make it a bit easier to get started using htmx with your plat - <https://github.com/paultuckey/example-todo-app-rust-htmx> ## Scala - + ### http4s + - <https://github.com/martinprobson/http4s-htmx-demo> - <https://github.com/eikek/htmx4s> ### zio-http + - <https://github.com/rockthejvm/scalatags-htmx-demo> ## Kotlin @@ -165,7 +167,6 @@ These examples may make it a bit easier to get started using htmx with your plat - <https://github.com/michalsn/codeigniter-htmx-demo> - ### Laravel - <https://spirofloropoulos.com/laravel-htmx-hard-mode-1.html> @@ -226,3 +227,7 @@ These examples may make it a bit easier to get started using htmx with your plat - <https://github.com/danieleteti/delphi-dmvcframework-htmx-todo> - <https://github.com/danieleteti/delphimvcframework/tree/master/samples/htmx> + +## FreePascal with Pas2JS + +- <https://github.com/zendrael/create_pas2js_app> |