mirror of
https://github.com/typeable/wai.git
synced 2024-12-26 07:35:38 +03:00
Haskell Web Application Interface
auto-update | ||
mime-types | ||
wai | ||
wai-app-static | ||
wai-conduit | ||
wai-extra | ||
wai-frontend-monadcgi | ||
wai-handler-fastcgi | ||
wai-handler-launch | ||
wai-handler-webkit | ||
wai-http2-extra | ||
wai-websockets | ||
warp | ||
warp-tls | ||
.gitignore | ||
.travis.yml | ||
hcar-wai.tex | ||
hcar-warp.tex | ||
LICENSE | ||
README.md | ||
sources.txt | ||
stack.yaml |
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.