Web/Framework survey: Difference between revisions
< Web
m (Web framework survey moved to Web/Framework survey: consistency with other Web related wiki articles) |
m (Updated versions and release dates) |
||
(3 intermediate revisions by 3 users not shown) | |||
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 16: | Line 16: | ||
|- | |- | ||
| Current Version | | Current Version | ||
| | | 7.0.2 | ||
| 0. | | 0.9.6.3 | ||
| 0 | | 1.4.0 | ||
|- | |- | ||
| Last Release Date | | Last Release Date | ||
| | | 6/26/2014 | ||
| | | 9/11/2014 | ||
| | | 9/30/2014 | ||
|- | |- | ||
|- | |- | ||
| 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:// | | http://www.yesodweb.com/book | ||
|- | |- | ||
| Screencast | | Screencast | ||
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 |
Latest revision as of 21:05, 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.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 |