Home About Blog Download Docs Snaplets FAQ a web framework for the Haskell programming language. Built for speed from the bottom up. Check out some benchmarks. $ cabal update $ cabal install snap $ mkdir foo; cd foo; snap init Snap is quick and easy to install . Snap is a simple web development framework for unix systems, written in the Haskell programming language. Snap has a high level of test coverage and is well-documented. Features include: A fast HTTP server library A sensible and clean monad for web programming An HTML-based templating system for generating pages end about In Snap 0.6 we released an exciting new extension system called “snaplets” . It is now easier then ever before to write, share, reuse ...