Haskell Web Application Interface
Go to file
2015-05-16 20:33:42 +02: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 Fix display of parent directory links 2015-05-12 12:17:11 +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 Fix typo in description 2015-05-16 20:33:42 +02:00
warp Fix a few typos in comments 2015-05-14 12:14:28 -04: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