Web/Literature
From HaskellWiki
< Web(Difference between revisions)
m (Adding info box) |
(→Hosting: fix bad link) |
||
| (2 intermediate revisions not shown.) | |||
| Line 7: | 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 38: | 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]. | ||
Current revision
| Haskell Web Development
Software: Community & Research: |
Below are blogs, papers and web sites which discuss and research topics in Haskell-based web development.
Contents |
1 General: wiki pages
2 General: external links
- What is the ecosystem for Haskell web development?
- Haskell and Web Applications
- Ruby and Haskell: write your Rails backend code in Haskell instead of C
- Haskell and the web: some ideas in progress
- A search engine (core) written in Haskell
- Haskell Transactional Cache
- A simple “pasteboard” web application in Haskell, using happstack-server and HDBC
3 HTML
4 Persistence
5 XML, Atom, RSS
- Really simple Atom syndication
- A simple RSS aggregator in 50 lines of Haskell using HXT
- Using the Haskell XML Toolbox
- Transcending the limits of DOM, SAX, and XSLT: The HaXml functional programming model for XML
- A news aggregator
- Haskell Web Spider, Part 1: HaXML
- Haskell Web Spider, Part 2: HXT, or I Was Promised There Would Be No Side Effects
- Practical Examples of HXT in Action
