[Haskell-cafe] good lightweight web-framework like sinatra?

Greg Weber greg at gregweber.info
Wed Mar 21 14:42:26 CET 2012


WAI has CGI handlers, so you should be able to deploy a WAI-based
framework like Yesod to CGI. If you want a simple framework, you can
just use WAI directly. Scotty is a WAI framework that mimics Sinatra.

Greg Weber



More information about the Haskell-Cafe mailing list