Weblocks is an advanced web framework written in Common Lisp.
Currently your web application should depend on :weblocks and :weblocks-prototype-js packages to work. Weblocks PrototypeJs backend
Will be able to use different http servers, not only Hunchentoot.
Use this:
(lack.util:generate-random-id)
instead of:
(md5 (hunchentoot::create-random-string 10 36))
in (generate-action-code)
Seems easy with ningle:route.
How to do this with clack and ningle???
Need to replace
(hunchentoot:session-value ...) hunchentoot:session etc