mirror of
https://github.com/typeable/wai.git
synced 2024-12-28 16:46:28 +03:00
Haskell Web Application Interface
3cab6b9348
fix a typo |
||
---|---|---|
auto-update | ||
mime-types | ||
wai | ||
wai-app-static | ||
wai-eventsource | ||
wai-extra | ||
wai-frontend-monadcgi | ||
wai-handler-fastcgi | ||
wai-handler-launch | ||
wai-handler-webkit | ||
wai-test | ||
wai-websockets | ||
warp | ||
warp-tls | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
sources.txt |
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.