Haskell Web Application Interface
Go to file
2014-08-01 08:36:10 +03:00
auto-update Remove unneeded AutoUpdate (thanks @kazu-yamamoto) 2014-07-16 07:38:17 +03:00
mime-types Version bump 2014-04-09 06:52:09 +03:00
wai Link to definition for empty bytestring 2014-07-22 10:10:54 +01:00
wai-app-static Update sample.hs 2014-07-05 20:16:29 +06:00
wai-conduit wai-conduit 2014-06-01 08:05:49 +03:00
wai-eventsource Deprecate wai-test and wai-eventsource 2014-05-22 10:12:42 +03:00
wai-extra wai-logger 2.2 2014-08-01 08:36:10 +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 Merge branch 'no-conduit' 2014-06-09 10:24:51 +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 Client disconnecting does not take down example #271 2014-07-16 07:51:34 +03:00
warp Change advice for setting up a 'Settings' object to reflect the deprecation of the field accessors 2014-07-22 10:01:51 +01:00
warp-tls Merge branch 'no-conduit' 2014-06-09 10:24:51 +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 wai-frontend-monadcgi from sources (cgi is no longer supported) 2014-08-01 08:27:41 +03: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