Skip to content
Commit 3783233c authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

First version that actually serves a page.

Page at http://localhost:4242/ configured with:
(asdf:load-system :quux-hunchentoot) (in-package :quux-hunchentoot) (defparameter *a (make-instance 'easy-acceptor :port 4242 :taskmaster (make-instance 'thread-pooling-taskmaster :max-accept-count 20 :max-thread-count 1))) (start *a)
parent 9c1c96b2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment