Difference between revisions of "Web/Literature"

From HaskellWiki
< Web
Jump to navigation Jump to search
(Added practical web programming)
(→‎Hosting: fix bad link)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
[[Category:Web|*]]
  +
{{Web infobox}}
  +
 
Below are blogs, papers and web sites which discuss and research topics in Haskell-based web development.
 
Below are blogs, papers and web sites which discuss and research topics in Haskell-based web development.
   
Line 4: Line 7:
   
 
* [[Web/Literature/Practical_web_programming_in_Haskell|Practical web programming in Haskell]]
 
* [[Web/Literature/Practical_web_programming_in_Haskell|Practical web programming in Haskell]]
  +
* [[Web/Literature/Static linking|Deploying statically linked applications]]
   
 
== General: external links ==
 
== General: external links ==
Line 13: Line 17:
 
* [http://haskell-web.blogspot.com/2006/11/search-engine-written-in-haskell.html A search engine (core) written in Haskell]
 
* [http://haskell-web.blogspot.com/2006/11/search-engine-written-in-haskell.html A search engine (core) written in Haskell]
 
* [http://haskell-web.blogspot.com/2006/11/transactional-cache-for-haskell.html Haskell Transactional Cache]
 
* [http://haskell-web.blogspot.com/2006/11/transactional-cache-for-haskell.html Haskell Transactional Cache]
  +
* [http://gitit.net/paste.lhs A simple “pasteboard” web application in Haskell, using happstack-server and HDBC]
   
 
== HTML ==
 
== HTML ==
Line 34: Line 39:
 
* [http://kevin.scaldeferri.com/blog/2007/09/30/UrlSpider2HXT.html Haskell Web Spider, Part 2: HXT, or I Was Promised There Would Be No Side Effects]
 
* [http://kevin.scaldeferri.com/blog/2007/09/30/UrlSpider2HXT.html Haskell Web Spider, Part 2: HXT, or I Was Promised There Would Be No Side Effects]
 
* [http://haskell.org/haskellwiki/HXT/Practical Practical Examples of HXT in Action]
 
* [http://haskell.org/haskellwiki/HXT/Practical Practical Examples of HXT in Action]
  +
  +
== Hosting ==
  +
  +
* [http://wrwills.webfactional.com/30/10/2009/Haskell-on-a-Webfaction-Host Haskell on a Webfaction Host].

Latest revision as of 21:29, 17 February 2011

Haskell Web Development

Software:
Servers - Libraries - Frameworks
Deploy - Cloud
Interfaces to frameworks
Databases and Persistence
Testing and Verification
Content Management

Community & Research:
Forums and Discussion
Literature (research, talks and blogs)
Existing Haskell web applications
Ongoing projects and ideas

Below are blogs, papers and web sites which discuss and research topics in Haskell-based web development.

General: wiki pages

General: external links

HTML

Persistence

XML, Atom, RSS

Hosting