Haskell Web Application Interface
Go to file
2015-12-30 08:22:11 +02:00
auto-update fixing changelog. 2015-12-16 15:16:40 +09:00
mime-types Version bump 2015-03-18 18:55:43 +02:00
wai wai: ver bumps up. 2015-12-30 10:39:24 +09:00
wai-app-static Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
wai-conduit Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
wai-extra Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
wai-frontend-monadcgi Remove some old packages 2014-12-21 11:31:17 +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 2015-08-06 09:58:09 +03:00
wai-websockets Version bound tweaks for wai/warp 3.2 2015-12-30 08:22:11 +02:00
warp warp: ver bumps up. 2015-12-30 10:39:24 +09:00
warp-tls warp-tls: ver bumps up. 2015-12-30 10:40:08 +09:00
.gitignore ignore .stack-work dir 2015-10-09 12:48:26 -07:00
.travis-setup.sh s/allow-insecure/insecure 2015-12-28 12:35:12 +02:00
.travis.yml Combo Stack and Cabal builds in Travis 2015-12-07 15:25:56 +02: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 Bump http2 version (proper fix for #489) 2015-12-28 15:47:23 +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

Build Status