We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af66d4 commit 74994f7Copy full SHA for 74994f7
src/scicloj/clay/webserver/datastar.clj
@@ -4,12 +4,14 @@
4
:clay {:title "Serving webapps from your REPL"
5
:quarto {:author :timothypratley
6
:description "Using Clay's new webserver features and Datastar to build a chart with realtime server-push updates"
7
+ :image "datastar.png"
8
:reference-location :margin
9
:citation-location :margin
10
:type :post
11
:date "2026-01-10"
12
:category :clay
- :tags [:clay :workflow]}}}
13
+ :tags [:clay :workflow]
14
+ :keywords [:clay :datastar]}}}
15
(:require [hiccup.core :as hiccup]))
16
17
;; Clay converts a Clojure namespace into an HTML page and runs a web server to display it.
src/scicloj/clay/webserver/datastar.png
16.9 KB
0 commit comments