Haskell/Web programming
< Haskell
An example web application, using the HAppS framework, is hpaste, the Haskell paste bin. Built around the core Haskell web framework, HAppS, with HaXmL for page generation, and binary/zlib for state serialisation.
The HTTP and Browser modules exist, and might be useful.