hsp

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

http://hub.darcs.net/nibro/hsp

LTS Haskell 21.25:0.10.0
Stackage Nightly 2023-06-21:0.10.0
Latest on Hackage:0.10.0

See all snapshots hsp appears in

BSD-3-Clause licensed by Niklas Broberg, Joel Bjornson
Maintained by Niklas Broberg
This version can be pinned in stack with:hsp-0.10.0@sha256:16719c88f65a8f10f3f8b4e42bf94122d3237b7c821ce49e46f259be103b3768,2411

Module documentation for 0.10.0

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.