Web/Framework survey: Difference between revisions
< Web
No edit summary |
(Edited various URLs for Happstack) |
||
Line 6: | Line 6: | ||
|- | |- | ||
| URL | | URL | ||
| http://happstack.com | | http://www.happstack.com | ||
| http://snapframework.com | | http://snapframework.com | ||
| http://docs.yesodweb.com/ | | http://docs.yesodweb.com/ | ||
Line 27: | Line 27: | ||
|- | |- | ||
| Documentation | | Documentation | ||
| http://www.happstack.com/ | | http://www.happstack.com/page/view-page-slug/3/documentation | ||
| http://snapframework.com/docs | | http://snapframework.com/docs | ||
| http://www.yesodweb.com/book | | http://www.yesodweb.com/book | ||
Line 37: | Line 37: | ||
|- | |- | ||
| Examples | | Examples | ||
| http:// | | http://www.happstack.com/page/view-page-slug/3/documentation | ||
| http://darcsden.com | | http://darcsden.com | ||
| http://haskellers.com | | http://haskellers.com | ||
|- | |- | ||
| Example source | | Example source | ||
| http:// | | http://www.happstack.com/page/view-page-slug/3/documentation | ||
| | | | ||
| https://github.com/snoyberg/haskellers | | https://github.com/snoyberg/haskellers |
Revision as of 20:58, 3 November 2014
Happstack | Snap | Yesod | |
URL | http://www.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/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 |