Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)