Haskell Web Application Interface
Go to file
Michael Snoyman 693e99129a Merge pull request #342 from creichert/master
Augment wai-extra package description.
2015-02-24 17:31:01 +02:00
auto-update Doc link updates 2014-12-21 11:27:53 +02:00
mime-types Doc link updates 2014-12-21 11:27:53 +02:00
wai wai: allow blaze-builder 0.4 2015-02-22 15:11:43 +02:00
wai-app-static Fix test suite 2015-01-15 09:44:27 +02:00
wai-conduit Doc link updates 2014-12-21 11:27:53 +02:00
wai-extra Augment wai-extra package description. 2015-02-24 09:12:54 -06:00
wai-frontend-monadcgi Remove some old packages 2014-12-21 11:31:17 +02:00
wai-handler-fastcgi Doc link updates 2014-12-21 11:27:53 +02:00
wai-handler-launch wai-handler-launch: allow blaze-builder 0.4 2015-02-23 13:57:44 +02:00
wai-handler-webkit Doc link updates 2014-12-21 11:27:53 +02:00
wai-websockets wai-websockets: Allow blaze-builder 0.4 2015-02-23 14:28:48 +02:00
warp Version bump 2015-02-23 14:39:48 +02:00
warp-tls Version bump 2015-02-22 22:31:25 +02:00
.gitignore ignore cabal sandbox 2014-03-05 15:29:32 -08:00
.travis.yml Travis: ghc --version and cabal --version 2015-02-23 16:37:34 +02:00
LICENSE Update license with MIT license 2012-04-27 17:31:26 +03:00
README.md Fix broken links in README.md 2012-07-31 23:47:11 -07:00
sources.txt Remove problematic package 2014-12-21 11:43:57 +02:00

An interface between Haskell web frameworks and web servers.

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