mirror of
https://github.com/typeable/wai.git
synced 2024-12-26 15:42:18 +03:00
14 lines
608 B
Markdown
14 lines
608 B
Markdown
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](http://www.yesodweb.com/book/web-application-interface)
|
|
|
|
[Haddock Documentation](http://hackage.haskell.org/package/wai)
|
|
|
|
[![Build Status](https://travis-ci.org/yesodweb/wai.svg?branch=master)](https://travis-ci.org/yesodweb/wai)
|