Haskell Web Application Interface
Go to file
2012-09-19 16:20:51 +09:00
mime-types mime-types (#89) 2012-07-10 16:21:49 +03:00
scripts@bf06d8e764 warp version bump 2012-07-24 08:59:16 +03:00
wai network 2.4 2012-09-19 09:02:00 +03:00
wai-app-static Version bump 2012-09-19 09:10:59 +03:00
wai-eventsource wai-eventsource: Bump version to 1.3.0.1. 2012-08-16 16:56:32 -03:00
wai-extra network 2.4 2012-09-19 09:02:00 +03:00
wai-frontend-monadcgi Full upgrade to conduit 0.5 2012-06-21 06:59:41 +03:00
wai-handler-devel network 2.4 2012-09-19 09:02:00 +03:00
wai-handler-fastcgi Full upgrade to conduit 0.5 2012-06-21 06:59:41 +03:00
wai-handler-launch Fixing windows compilation, the module Foreign.String doesn't exist 2012-09-07 12:22:59 +02:00
wai-handler-scgi Full upgrade to conduit 0.5 2012-06-21 06:59:41 +03:00
wai-handler-webkit Full upgrade to conduit 0.5 2012-06-21 06:59:41 +03:00
wai-test http-types 0.7 2012-07-06 15:50:45 +03:00
wai-websockets network 2.4 2012-09-19 09:02:00 +03:00
warp adding MultiMap based on red black tree. 2012-09-19 16:20:51 +09:00
warp-static warp-static update 2012-07-10 22:35:44 +03:00
warp-tls network 2.4 2012-09-19 09:02:00 +03:00
.gitignore ignore .virthualenv 2012-03-30 06:59:54 -07:00
.gitmodules Use wai-logger from Hackage 2012-07-10 10:16:40 +03:00
LICENSE Update license with MIT license 2012-04-27 17:31:26 +03:00
package-list.sh Removed conduit subrepo 2012-01-31 11:41:56 +02:00
README.md Fix broken links in README.md 2012-07-31 23:47:11 -07:00
sources.txt Version bump 2012-09-19 09:10:59 +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