Haskell Web Application Interface
Go to file
2012-04-29 09:35:38 +03:00
scripts@eba05a0b5f New version of conduit 2012-03-21 07:35:39 +02:00
wai Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:35:38 +03:00
wai-app-static Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:35:38 +03:00
wai-eventsource Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:35:38 +03:00
wai-extra Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:35:38 +03:00
wai-frontend-monadcgi Update license with MIT license 2012-04-27 17:31:26 +03:00
wai-handler-devel Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:35:38 +03:00
wai-handler-fastcgi Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:35:38 +03:00
wai-handler-launch Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:35:38 +03:00
wai-handler-scgi Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:35:38 +03:00
wai-handler-webkit Update license with MIT license 2012-04-27 17:31:26 +03:00
wai-test Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:35:38 +03:00
wai-websockets Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:35:38 +03:00
warp Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:35:38 +03:00
warp-static Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:35:38 +03:00
warp-tls Remove upper bounds on bytestring (yesodweb/shakespeare#60) 2012-04-29 09:35:38 +03:00
.gitignore ignore .virthualenv 2012-03-30 06:59:54 -07:00
.gitmodules Removed conduit subrepo 2012-04-02 22:16:11 +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 add to README 2012-03-12 00:18:44 -07:00
sources.txt Removed conduit subrepo 2012-04-02 22:16:11 +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.

http://www.yesodweb.com/book/wai [http://hackage.haskell.org/package/wai](Haddock Documentation)