On Thu, Apr 8, 2010 at 04:17, Alistair Bayley
<alistair@abayley.org> wrote:
Uh...
>From http://hackage.haskell.org/packages/pkg-list.html#cat:web
1. happs
2. yesod
3. hack
4. salvia
5. kibro
6. hsp (barely a framework, I think)
From the descriptions of those all but kibro, and happs/yesod which have been mentioned, I would classify as bits of frameworks, rather than a full framework like happs or yesod. Kibro looks interesting, but I can't find any documentation at all but the rather meager hadoc info on hackage itself, which tells me next to nothing about the framework. It also looks like Kibro is a CGI framework and not a full application server.
Other frameworks not on hackage, possibly not under active development:
7. hvac ( http://fmapfixreturn.wordpress.com/2008/03/23/ann-hvac-01b-a-transactional-declarative-framework-for-lightweight-web-applications/
)
8. turbinado ( possibly abandoned: http://github.com/alsonkemp/turbinado )
9. WASH ( http://www.haskell.org/haskellwiki/WaSh ,
http://www.informatik.uni-freiburg.de/~thiemann/WASH/ )
Hadn't heard of Turbinado and I'm checking that out now (it at least has some documentation even if a few of the links seem to be broken). WASH likewise looks interesting, although I'm not terribly thrilled about using CGI (I will if I have to, but I'd be more comfortable with a full application server). hvac looks like it has potential, although the lack of documentation probably means I won't be using it.
There are some other bits which don't qualify as full frameworks, but
might well be useful in their own right:
- HStringTemplate
- formlets
And there's bound to be stuff that I've missed.
Alistair