[plt-scheme] alternative web server?
Hi,
i'd like to do some web development with plt scheme, but i don't want to
use the included web server. Is there a web server for plt, which
doesn't use continuations?
Background: I believe (it just comes down to this, i think) in REST,
stateless GETs and pretty urls, so a continuations-based server doesn't
seem to fit my intentions.
I already wrote myself a little one, but digging through HTTP will be a
lot further work, so perhaps there is already some work done?
--
Andreas Zwinkau <beza1e1 at web.de>