Difference between revisions of "Web/Framework survey"

From HaskellWiki
< Web
Jump to navigation Jump to search
m (update Yesod version nr + link to book)
Line 16: Line 16:
 
|-
 
|-
 
| Current Version
 
| Current Version
| 6.0
+
| 7.04
| 0.4.1
+
| 0.9.0
| 0.8
+
| 1
 
|-
 
|-
 
| Last Release Date
 
| Last Release Date
 
| 2/18/2011
 
| 2/18/2011
| 2/26/2011
+
| -
| 4/19/2011
+
| 9/04/2012
 
|-
 
|-
 
|-
 
|-

Revision as of 09:21, 16 September 2012

Happstack Snap Yesod
URL http://happstack.com http://snapframework.com http://docs.yesodweb.com/
Licence BSD3 BSD3 BSD3
Current Version 7.04 0.9.0 1
Last Release Date 2/18/2011 - 9/04/2012
Documentation http://www.happstack.com/docs http://snapframework.com/docs http://www.yesodweb.com/book
Screencast http://docs.yesodweb.com/screencasts
Examples http://patch-tag.com http://darcsden.com http://haskellers.com
Example source http://tutorial.happstack.com/ 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