Haskell Web Application Interface
Go to file
2016-04-21 14:28:08 +03:00
auto-update fixing changelog. 2015-12-16 15:16:40 +09:00
mime-types Version bump for #534 2016-04-21 14:28:08 +03:00
wai Version bump 2016-04-15 11:55:13 +03:00
wai-app-static Version bump 2016-03-29 09:32:03 +03:00
wai-conduit Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
wai-extra set lower bound correctly. 2016-04-15 22:48:17 +09: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 bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
wai-handler-webkit Version bump for wai-handler-webkit 2015-12-30 08:35:48 +02:00
wai-websockets Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
warp Version bump for #531 2016-04-13 08:12:01 +03:00
warp-tls require TLS lib which fixes a ECDH bug. 2016-04-10 22:04:10 +09:00
.gitignore ignore .stack-work dir 2015-10-09 12:48:26 -07:00
.travis.yml Add missing set -ex/+ex 2016-03-30 08:44:50 +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