A free and portable Common Lisp Webserver.
Portable AllegroServe is a variant of AllegroServe(tm) with an explicit emphasis on portability between Lispsystems and Operating Systems. You can find the original AllegroServe at https://github.com/franzinc/aserve
The best way to install Portable AllegroServe is through Quicklisp (http://quicklisp.org/).
ClearLisp is a Common Lisp interpreter written in C# with a large library including all of .NET and an extensive object model. Supports IIS and XSP or Apache with mono. Includes sample code of a personal, file based wiki web application.
Lisplets are Java Servlets that forward their requests, and gather their response headers, using s-expressions over sockets. They enable easy integration of Common Lisp or Scheme into a Java-based web environment.
The Lavlet HTTP server and Lisp Server Pages engine is a complete ANSI Common Lisp web server and dynamic pages engine for Lisp modeled after JSP/Servlet/Tomcat and ASP/IIS.
...Etiuqette allows to describe communication in high-level and textually condensed fashion. Built-in support for debugging and error-handling policies is provided. Etiquette is written in Common Lisp.
A CGI library for Common Lisp. Provides a completely abstract way of working with CGI via a widget system. Also includes HTML generation functions. Aims to be CLtL compliant (except for system::getenv).