wai-app-static

API docs and the README are available at http://www.stackage.org/package/wai-app-static.


Keywords
mit, program, web, yesod, Propose Tags, http://www.stackage.org/package/wai-app-static, Skip to Readme, Index, Quick Jump, Network.Wai.Application.Static, WaiAppStatic.CmdLine, WaiAppStatic.Listing, WaiAppStatic.Storage.Embedded, WaiAppStatic.Storage.Filesystem, WaiAppStatic.Types, More info, wai-app-static-3.1.9.tar.gz, browse, Package description, Package maintainers, MichaelSnoyman, edit package information
License
MIT
Install
cabal install wai-app-static-3.1.0.1

Documentation

An interface between Haskell web frameworks and web servers.

Build status

A Haskell web application targets WAI and then can be deployed to any backend with a WAI adaptor. The premier WAI backend is the Warp web server.

WAI also adds modularity and code-sharing through middleware and WAI applications. Code can be written that works with any web framework targeting WAI.

Documentation

Haddock Documentation