htmx/www/content/server-examples.md
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

3.7 KiB

+++ title = "Server-Side Examples" +++

There are many examples of integrating htmx with server-side frameworks available on GitHub. Generally speaking, most server-side frameworks are already pretty well set up to integrate with htmx - after all, most of them were rendering HTML long before JSON became popular.

Different frameworks and platforms may offer alternative systems for installing htmx - for example, in the Java / JVM ecosystem, WebJars allows the use of npm packages with popular Java build tools such as Maven and Gradle.

These examples may make it a bit easier to get started using htmx with your platform of choice.

General Resources

JavaScript

Node.js

hapi

Python

Django

FastAPI

Flask

py4web

Java

Spring Boot

Quarkus

ColdFusion (CFML - a JVM Language)

CFWheels Framework

C#

ASP.NET Core

Prolog

Lisp

Clojure

Ruby

Rails

Sinatra

Kotlin

Ktor

https://github.com/Rattlyy/htmx-ktor

Http4k

https://github.com/corlaez/todo-hda-kt

Julia

OCaml

PHP

CodeIgniter 4

Elixir

Phoenix

Bandit with Plug Application

Go

templ

Delphi

DelphiMVCFramework