Web/Framework survey

From HaskellWiki
< Web
Revision as of 21:05, 3 November 2014 by Dino (talk | contribs) (Updated versions and release dates)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Happstack Snap Yesod
URL http://www.happstack.com http://snapframework.com http://docs.yesodweb.com/
Licence BSD3 BSD3 BSD3
Current Version 7.0.2 0.9.6.3 1.4.0
Last Release Date 6/26/2014 9/11/2014 9/30/2014
Documentation http://www.happstack.com/page/view-page-slug/3/documentation http://snapframework.com/docs http://www.yesodweb.com/book
Screencast http://docs.yesodweb.com/screencasts
Examples http://www.happstack.com/page/view-page-slug/3/documentation http://darcsden.com http://haskellers.com
Example source http://www.happstack.com/page/view-page-slug/3/documentation https://github.com/snoyberg/haskellers
Database Access Persistent- a non-relational "ORM"
Memory DB Yes (via happstack-state / MACID) sqlite in memory
Mysql Yes in development
Postgresql Yes Yes
sqlite3 Yes
mongoDB Yes, but Persistent interface in development
CouchDB No
Cassandra No
Templating Support for heist, hamlet, hsp, HStringTemplate, and blaze-html. Heist Hamlet
HTTP Server Integrated Integrated Warp or any WAI-compliant server
Rest Support Yes
Routing REST-style combinators (built-in) or type-safe urls via web-routes Yes
Comet No
Web Sockets No No
Performance