[web-devel] What frameworks are there?

Alistair Bayley alistair at abayley.org
Thu Apr 8 04:47:59 EDT 2010


On 7 April 2010 19:19, Kyle Murphy <orclev at gmail.com> wrote:
>
> Near as I can tell, the options for doing websites with Haskell can be
> boiled down to:
> 1) Happs(tack)
> 2) Yesod
> 3) Roll your own from low level components

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)

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/ )

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


More information about the web-devel mailing list