[web-devel] On the state of Haskell web frameworks

Jinjing Wang nfjinjing at gmail.com
Sun Sep 19 15:05:47 CEST 2010


great start!

my example:

`maid` is a standalone web server i sometimes use as a remote browser ><

> cabal install maid
> maid

there's only one source file

> http://github.com/nfjinjing/maid/blob/master/src/maid.hs

a bit different approach though, as it uses middlewares extensively.

I like to write apps pretty much the same way chris mentioned, i.e.
using a lot of libraries under a very flat architecture.

happy hacking :)

-- 
jinjing


More information about the web-devel mailing list