Haskell Web Application Interface
Go to file
2016-08-04 14:01:10 +09:00
auto-update removing unnecessary trailing white spaces. 2016-07-21 13:56:07 +09:00
mime-types Version bump for #534 2016-04-21 14:28:08 +03:00
wai Relax upper bound on bytestring-builder 2016-05-24 05:52:44 +03:00
wai-app-static Version bump for #569 #570 2016-08-02 12:55:50 +03:00
wai-conduit Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
wai-extra Fix the tests 2016-07-06 10:56:20 +02:00
wai-frontend-monadcgi Support wai 3.2 in wai-frontend-monadcgi 2015-12-30 08:36:54 +02:00
wai-handler-fastcgi Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
wai-handler-launch Version bump 2016-05-22 07:30:54 +03:00
wai-handler-webkit Version bump for wai-handler-webkit 2015-12-30 08:35:48 +02:00
wai-http2-extra wai-http2-extra: ver bumps up. 2016-07-22 14:31:55 +09:00
wai-websockets Version bump 2016-08-02 13:33:01 +03:00
warp warp: ver bumps up. 2016-08-04 14:01:10 +09:00
warp-tls warp-tls: ver bumps up 2016-06-22 14:53:38 +09:00
.gitignore ignore .stack-work dir 2015-10-09 12:48:26 -07:00
.travis.yml Disable benchmarks for GHC 7.6.3 2016-05-23 10:36:53 +03:00
hcar-wai.tex updating hcar wai. 2016-04-13 11:21:11 +09:00
hcar-warp.tex updating hcar warp. 2016-04-13 11:52:08 +09:00
LICENSE Update license with MIT license 2012-04-27 17:31:26 +03:00
README.md banner for build status. 2015-10-21 16:16:02 +09:00
sources.txt Remove problematic package 2014-12-21 11:43:57 +02:00
stack.yaml Add some more extra-deps 2016-04-20 20:33:28 +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

Build Status