Thot
Thot is a HTTP server written in portable Common Lisp.

https://github.com/RailsOnLisp/thot

It is currently tested on SBCL and CLISP.

Thot uses cffi-posix to abstract sockets and files, and cl-stream to abstract streams.

It supports threads if THREAD-SUPPORT is in *FEATURES*.

On Linux it also supports the EPOLL extension.

Thot has the same double dispatching scheme as Hunchentoot.

Maintainers : thodg.