s-http-server
S-HTTP-SERVER is a small standalone Common Lisp HTTP Server
$ area51 add s-http-serverCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(s-http-server:some-function ...)