@ -0,0 +1,5 @@
(ql:quickload "hunchentoot")
(defvar *acceptor* (make-instance 'hunchentoot:easy-acceptor :port 4242))
(hunchentoot:start *acceptor*)