Web/Literature
From HaskellWiki
(Difference between revisions)
m |
(Added pasteboard example) |
||
| Line 15: | Line 15: | ||
* [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 == | ||
Revision as of 08:24, 3 October 2010
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
