
Here's another Miku / Sinatra-like framework that looks interesting: https://github.com/xich/scotty
From the README:
My issue with miku is that it uses the Hack2 interface instead of WAI (they are analogous, but the latter seems to have more traction), and that it is written using a custom prelude called Air Adit On Mon, Mar 26, 2012 at 8:09 AM, dag.odenhall@gmail.com < dag.odenhall@gmail.com> wrote:
On 21 March 2012 03:45, serialhex
wrote: i'm looking for something lightweight, that dosnt need it's own server, can easily run on cgi on an apache with minimal work, and dosn't have many dependancies. i was looking at yesod, but it is bigger than i need for my site (at this point) and would take too much work to get running on my webhost. though i am looking forward to learning it and using it in the future, i just need something that will play nicely with apache & cgi...
You could use WAI without warp/yesod? There's a CGI handler in wai-extra.
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- adit.io