From df065586b429eadafa471e58fe842357bcf0f4b8 Mon Sep 17 00:00:00 2001 From: martinprobson Date: Thu, 18 Jan 2024 20:32:51 +0000 Subject: [PATCH] Add Scala http4s example to docs (server-examples) --- www/content/server-examples.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/content/server-examples.md b/www/content/server-examples.md index 9c6f69315..0d2270e61 100644 --- a/www/content/server-examples.md +++ b/www/content/server-examples.md @@ -114,6 +114,11 @@ These examples may make it a bit easier to get started using htmx with your plat - - +## Scala + +### http4s +- + ## Kotlin ### Ktor