@hackage / hsp

Haskell Server Pages is a library for writing dynamic server-side web pages.

Latest0.10.0

About

Metadata

  • Last updated , by JeremyShaw
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: Niklas Broberg <niklas.broberg@gmail.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    base4 (on by default)

Readme

Haskell Server Pages (HSP) is an extension of vanilla Haskell, targetted at the task of writing dynamic server-side web pages. Features include:

  • Embedded XML syntax

  • A (low-to-mid-level) programming model for writing dynamic web pages

  • A cgi-handler utility (as a separate package, hsp-cgi)

For details on usage, please see the website, and the author's thesis.