Haskell web frameworks survey

Posted by Phuc Nguyen on Programmers See other posts from Programmers or by Phuc Nguyen
Published on 2011-03-09T18:32:48Z Indexed on 2011/03/10 16:19 UTC
Read the original article Hit count: 503

There are several web frameworks for Haskell like Happstack, Snap, and Yesod, and probably a few more.

In what aspects do they differ from each other? For example:

  • features (e.g. server only, or also client scripting, easy support for different kinds of database)
  • maturity (e.g. stability, documentation quality)
  • scalability (e.g. performance, handy abstraction)
  • main targets

Also, what are examples of real-world sites / web apps using these frameworks?

Many thanks.

© Programmers or respective owner

Related posts about web-development

Related posts about experience