]> git.pond.sub.org Git - eow/blob - setup.lisp
Add thread safe queue. Use to push updates to client.
[eow] / setup.lisp
1 (asdf:oos 'asdf:load-op "eow")
2 (hunchentoot:start-server :port 4242)
3 (setf hunchentoot:*show-lisp-backtraces-p* t)
4 (setf hunchentoot:*show-lisp-errors-p* t)
5 (empire-web:start)