Haskell Web Application Interface
Go to file
Michael Snoyman c74d569a82 Version bump
2015-04-22 07:57:47 +03:00
auto-update Doc link updates 2014-12-21 11:27:53 +02:00
mime-types Version bump 2015-03-18 18:55:43 +02:00
wai wai: allow blaze-builder 0.4 2015-02-22 15:11:43 +02:00
wai-app-static version bumps 2015-04-03 06:53:06 +03:00
wai-conduit Doc link updates 2014-12-21 11:27:53 +02:00
wai-extra Version bump 2015-04-22 07:57:47 +03: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-04-12 18:45:19 +03:00
warp-tls Version bump 2015-03-10 09:07:07 +02:00
.gitignore ignore cabal sandbox 2014-03-05 15:29:32 -08:00
.travis.yml Enable Travis testing on GHC 7.6 and 7.8 2015-02-26 21:19:03 -08: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