s-http-server

Lesser Lisp General Public License (LLGPL)

S-HTTP-SERVER is a small standalone Common Lisp HTTP Server

$ area51 add s-http-serverCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(s-http-server:some-function ...)