Hunchentoot is a web server written in Common Lisp and at the same time a toolkit for building dynamic websites. As a stand-alone web server, Hunchentoot is capable of HTTP/1.1 chunking (both directions), persistent connections (keep-alive), and SSL.
The software provides facilities like automatic session handling (with and without cookies), logging, customizable error handling, and easy access to GET and POST parameters sent by the client. It does not include functionality to programmatically generate HTML output. For this task you can use any library you like, e.g. (shameless self-plug) CL-WHO or HTML-TEMPLATE.
Hunchentoot talks with its front-end or with the client over TCP/IP sockets and optionally uses multiprocessing to handle several requests at the same time. Therefore, it cannot be implemented completely in portable Common Lisp.
It currently works with LispWorks and all Lisps which are supported by the compatibility layers usocket and Bordeaux Threads.
Website: edicl.github.io/hunchentoot
Support: GitHub Code Repository
Developer: Edmund Weitz
License: BSD-style License
Hunchentoot is written in Common Lisp. Learn Lisp with our recommended free books and free tutorials.
Related Software
| Lisp Web Frameworks | |
|---|---|
| Hunchentoot | Web server and a toolkit for building dynamic websites |
| CLOG | Common Lisp Omnificent GUI |
| Caveman2 | Lightweight web application framework |
| Clack | Web application environment inspired by Python's WSGI and Ruby's Rack |
| Radiance | Web application environment, similar to a web framework but more general |
| Reblocks | Fork of Weblocks web framework |
| Ninglex | Ready-to-go micro web framework based on ningle |
| ningle | Lightweight web application framework that was forked from Caveman |
| Lucerne | Web application framework built on Clack |
| Snooze | URL router for Common Lisp designed around REST web services |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

