Skip to content

Commit

Permalink
Add FreePascal server example with Pas2JS (#3168)
Browse files Browse the repository at this point in the history
Add FreePascal example with Pas2JS
  • Loading branch information
zendrael authored Feb 4, 2025
1 parent a60cdf1 commit d8b12de
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions www/content/server-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>

0 comments on commit d8b12de

Please sign in to comment.