Add FreePascal server example with Pas2JS (#3168)

Add FreePascal example with Pas2JS
This commit is contained in:
Zendrael Ziul 2025-02-04 12:30:47 -03:00 committed by GitHub
parent a60cdf1854
commit d8b12de2fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,10 +133,12 @@ These examples may make it a bit easier to get started using htmx with your plat
## 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>