fukamachi / clack

Web server abstraction layer for Common Lisp
MIT License
1.04k stars 87 forks source link

Somebody, please, write documentation. #190

Open Filipp-Druan opened 7 months ago

Filipp-Druan commented 7 months ago

Hello! I can't understand Clack without proper documentation. There is no documentation at all. Sorry, but this is very bad. Could someone from the developers or active users of Clack please write this documentation? At least a description of basic concepts and functions.

Users, please explain how you figured out this library? Please give examples of real projects. I will be very grateful.

Please, it's very important, I believe in you!

jackcarrozzo commented 7 months ago

https://github.com/fukamachi/lack https://github.com/fukamachi/ningle

See these readmes also, which use clack.

daninus14 commented 6 months ago

See also caveman2, and by the way, read here https://github.com/fukamachi/caveman/wiki I just started it today, that should explain all of these related projects. Please help us fill the wiki.

A great tip is to see all the closed issues for whatever questions you have and they can be turned into wiki pages

eternal-turtles commented 2 months ago

For some basic documentation on the Lack middlewares, see this blog post: https://www.jnewton.dev/2024/05/15/lack-middleware-roundup/