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

Michael Snoyman michael at snoyman.com
Tue Mar 16 21:15:01 EDT 2010


It's young, but Yesod: http://www.yesodweb.com/code.html

Michael

On Tue, Mar 16, 2010 at 5:15 PM, zaxis <z_axis at 163.com> wrote:

>
> 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 ?
>
> Sincerely!
>
> -----
> fac n = let {  f = foldr (*) 1 [1..n] } in f
> --
> View this message in context:
> http://old.nabble.com/Are-there-any-web-server-framework---tp27926433p27926433.html
> Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100316/7673eb0d/attachment.html


More information about the Haskell-Cafe mailing list