Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yesodweb/wai
Haskell Web Application Interface
https://github.com/yesodweb/wai
Last synced: about 1 month ago
JSON representation
Haskell Web Application Interface
- Host: GitHub
- URL: https://github.com/yesodweb/wai
- Owner: yesodweb
- License: mit
- Created: 2010-01-17T15:44:09.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T06:00:19.000Z (about 2 months ago)
- Last Synced: 2024-10-29T21:59:12.946Z (about 1 month ago)
- Language: Haskell
- Homepage:
- Size: 4.59 MB
- Stars: 833
- Watchers: 31
- Forks: 262
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - yesodweb/wai - 12 star:0.8k fork:0.3k Haskell Web Application Interface (Haskell)
README
An interface between Haskell web frameworks and web servers.
[![Build status](https://github.com/yesodweb/wai/actions/workflows/tests.yml/badge.svg)](https://github.com/yesodweb/wai/actions/workflows/tests.yml)
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)