Hunchentoot currently works with LispWorks (which is the main development and testing platform), CMUCL (with MP support), SBCL (with Unicode and thread support), OpenMCL, and ACL.
It's written by Edi Weitz and can be found at https://github.com/edicl/hunchentoot.
Cyrus Harmon has contributed support for virtual hosts, CGI, and authentication in Hunchentoot.
A basic tutorial on using Hunchentoot for Lisp web apps is available here.
Hunchentoot-related pages
- cl-webmachine - Like Erlang Webmachine—builds HTTP semantic awareness on Hunchentoot
- Formlets - This package implements self-validating formlets for Hunchentoot (it assumes cl-who)
- Hunchentoot LSP - port of John Wiseman's LSP HTML template library for use with Hunchentoot: hunchentoot-lsp-0.17.tar.gz
- hunchentoot-auth - Authentication support for Hunchentoot by Cyrus Harmon
- hunchentoot-vhost - Virtual host support for hunchentoot, by Cyrus Harmon
- Magrathea - A Hunchentoot extension to counter malicious scraping attempts
- quux-hunchentoot - quux-hunchentoot is an extension to the hunchentoot webserver that provides a thread-pooling taskmaster