Next: Kubernetes Egress Control with Squid proxy, Previous: SSE, Woo user channels, JDK virtual threads backend, Brotli compression: a Common Lisp update., Up: Posts [Contents][Index]
Common Lisp SDK for Datastar ¶
2026-01-01
In Datastar and Common Lisp for web development I shared a very simple Common Lisp app using Datastar. From that
start, I’ve followed the Datastar SDK requirements and created a Common Lisp SDK that
The Data SPICE demo , which was made with and along the SDK
Data SPICE, a 2D simulator of the Cassini-Huygens mission, was made to stress-test the SDK and make sure it was useful enough: you can vistit it here, or go to the repository.
- Supports multiplem backends, including Hunchentoot and Clack/Woo.
- Includes all required SDK functions (for signals, patching, SSE, etc).
- Has additional “quality of life” features, including macros for keeping SSE streams opene, push/pull, etc.
- Supports compression (zstd at the time of writing)
Check the description in Datastar Common Lisp SDK, or go to the
repository.