|
|
|
|
|
by aidenn0
479 days ago
|
|
What do you expect from a web framework? That means different things to different people. I don't really like frameworks, so I used a web-server abstraction layer named "clack." Radiance[0] is a more traditional web-framework, with interfaces for backend-storage, web-servers, templating, authentication &c. Hunchentoot gives you basic route definitions out-of-the-box (bring your own database), and for something more full-featured there is CLOG[1] and Reblocks[2] 0: https://shirakumo.github.io/radiance 1: https://github.com/rabbibotton/clog 2: https://40ants.com/reblocks/ |
|