Haskell Web Application Interface
Go to file
2015-01-05 14:23:48 +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 Doc link updates 2014-12-21 11:27:53 +02:00
wai-app-static Doc link updates 2014-12-21 11:27:53 +02:00
wai-conduit Doc link updates 2014-12-21 11:27:53 +02:00
wai-extra Fix compilation failure on Windows #321 2015-01-05 14:23:48 +02: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 Doc link updates 2014-12-21 11:27:53 +02:00
wai-handler-webkit Doc link updates 2014-12-21 11:27:53 +02:00
wai-websockets Doc link updates 2014-12-21 11:27:53 +02:00
warp Minor doc improvements 2014-12-30 05:56:01 +02:00
warp-tls Doc link updates 2014-12-21 11:27:53 +02:00
.gitignore ignore cabal sandbox 2014-03-05 15:29:32 -08:00
.travis.yml Remove mega-sdist from travis 2014-04-08 07:07:35 +03: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