Haskell/Web programming

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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.