Haskell Web Application Interface
Go to file
2014-03-26 14:07:26 +02:00
auto-update adding todo. 2014-02-21 11:35:33 +09:00
mime-types mime-types version bump 2013-01-28 21:41:16 +02:00
scripts@9902ff808a Updated scripts 2012-09-29 20:20:10 +02:00
wai Require vault 0.3 2014-03-09 07:48:22 +02:00
wai-app-static Move warp-static into wai-app-static 2014-03-21 14:11:37 +02:00
wai-eventsource Version bumps 2014-03-06 18:03:43 +02:00
wai-extra Move SCGI into wai-extra 2014-03-21 14:36:26 +02:00
wai-frontend-monadcgi Version bumps 2014-03-06 18:03:43 +02:00
wai-handler-fastcgi Fix some version ranges 2014-03-09 07:53:41 +02:00
wai-handler-launch responseRaw 2014-03-05 18:47:13 +02:00
wai-handler-webkit Version bump 2014-03-20 19:26:49 +02:00
wai-test Remove HUnit dependency 2014-03-20 10:39:26 +02:00
wai-websockets Some extra exports from wai-websockets 2014-03-06 17:42:09 +02:00
warp defaultShouldDisplayException 2014-03-25 05:25:50 +02:00
warp-tls Removed unused CPP 2014-03-09 07:49:51 +02:00
.gitignore ignore cabal sandbox 2014-03-05 15:29:32 -08:00
.gitmodules Use wai-logger from Hackage 2012-07-10 10:16:40 +03:00
.travis.yml Add sudo 2014-03-25 05:41:09 +02:00
LICENSE Update license with MIT license 2012-04-27 17:31:26 +03:00
package-list.sh Removed conduit subrepo 2012-01-31 11:41:56 +02:00
README.md Fix broken links in README.md 2012-07-31 23:47:11 -07:00
sources.txt Remove scgi 2014-03-21 14:38:24 +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