I'm new to Lisp and I'm shopping around for a nice little web framework useful enough to build high traffic production web sites. I found Clack and Caveman to be interesting candidates. Can you please help me figure out a few things?
1. Will Clack/Caveman work on SBCL on Linux/BSD/Mac?
2. Is threading supported?
3. Any artificial performance benchmark available?
4. Any examples of production web sites around?
5. Any known big issues?
Thanks in advance for the answers and big thanks to creators for making the framework openly available and having a nice web site.
Kind regards,
Dima Sabanin
Real-time streaming issue is not exactly a bug, but an enhancement.
Currently, Clack can handle only "string"s or #p"pathname" as a response.
Though we do not yet begin implementation, it will let Clack treat a
stream as a response.
I think this is just an optional thing, so I can't tell you when this
feature will be added.
Regards,
Eitarow Fukamachi