Ok i'm ready.
I've written a web framework for #lisp where you can write your frontend and backend code entirely in lisp.
It uses #hyperapp as frontend technology in combination with #parenscript and #wookie at the backend.
It is somehow inspired by #redux where you simply dispatch actions to the backend and at the backend side you define functions which define what to do next.
just take a look at http://gitlab.com/m3tti/slurm-cl
and drop me a note.
btw it was my first bigger #lisp project and a documentation how to use it will follow soon.
Furthermore a documentation will follow soon