Next: , Up: Common Lisp Web Servers   [Contents][Index]


12.1 Clack

“Web server abstraction layer for Common Lisp”

Clack is a web application environment for Common Lisp inspired by Python’s WSGI and Ruby’s Rack.

Clack provides a script to start a web server. It’s useful when you deploy to production environment. Install Roswell before as it depends on it.