Development Tools

Hunchentoot – web server and toolkit for building dynamic websites

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
HunchentootWeb server and a toolkit for building dynamic websites
CLOGCommon Lisp Omnificent GUI
Caveman2Lightweight web application framework
ClackWeb application environment inspired by Python's WSGI and Ruby's Rack
RadianceWeb application environment, similar to a web framework but more general
ReblocksFork of Weblocks web framework
NinglexReady-to-go micro web framework based on ningle
ningleLightweight web application framework that was forked from Caveman
LucerneWeb application framework built on Clack
SnoozeURL router for Common Lisp designed around REST web services

Read our verdict in the software roundup.


Best Free and Open Source Software 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.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments