Haskell Web Application Interface
Go to file
2014-05-23 07:03:07 +03:00
auto-update adding todo. 2014-02-21 11:35:33 +09:00
mime-types Version bump 2014-04-09 06:52:09 +03:00
wai ResponseReceived, to avoid existential issues 2014-05-22 15:36:09 +03:00
wai-app-static Fix wai-app-static 2014-05-22 17:09:16 +03:00
wai-eventsource Deprecate wai-test and wai-eventsource 2014-05-22 10:12:42 +03:00
wai-extra Fix eventsource 2014-05-22 20:39:38 +03:00
wai-frontend-monadcgi Fix wai-frontend-monadcgi 2014-05-22 10:50:47 +03:00
wai-handler-fastcgi cabal bumps to 3.0 2014-05-22 09:19:43 +03:00
wai-handler-launch Fixes for wai-handler-launch 2014-05-22 18:06:28 +03:00
wai-handler-webkit cabal bumps to 3.0 2014-05-22 09:19:43 +03:00
wai-test Deprecate wai-test and wai-eventsource 2014-05-22 10:12:42 +03:00
wai-websockets Fix websockets, all packages now compile and pass tests 2014-05-22 17:45:34 +03:00
warp Fix issue: chunked body when content-length present 2014-05-23 07:03:07 +03:00
warp-tls warp-tls updated 2014-05-22 12:09:02 +03: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 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