Skip to content

svetlyak40wt/weblocks

 
 

Repository files navigation

Weblocks is an advanced web framework written in Common Lisp.

Offical Weblocks site

Currently your web application should depend on :weblocks and :weblocks-prototype-js packages to work. Weblocks PrototypeJs backend

Move to Clack and Ningle

Benefits

Will be able to use different http servers, not only Hunchentoot.

Useful snippets

Use this:

(lack.util:generate-random-id)

instead of:

(md5 (hunchentoot::create-random-string 10 36))

in (generate-action-code)

What to replace

An URL routing

Seems easy with ningle:route.

An File Upload

How to do this with clack and ningle???

Session management

Need to replace

(hunchentoot:session-value ...) hunchentoot:session etc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Common Lisp 97.7%
  • CSS 2.3%