[Haskell-cafe] Are there any web server framework ?

Don Stewart dons at galois.com
Thu Mar 18 18:38:05 EDT 2010


z_axis:
> 
> Erlang has yaws (http://yaws.hyber.org/)
> Scala has lift (http://liftweb.net/)
> Python has django (http://www.djangoproject.com/)
> Ruby has rails (http://rubyonrails.org/)
> 
> How about haskell ? Is there any similar framework, which should be steady,
> powerful and easy to use, in haskell ?

There are many active projects and a dedicated community.
Start by looking at Hackage:

    http://hackage.haskell.org/packages/archive/pkg-list.html#cat:web
    http://hackage.haskell.org/packages/archive/pkg-list.html#cat:network

Happstack is the most comprehensive system, hosting, e.g.
http://patch-tag.com



More information about the Haskell-Cafe mailing list