nwf / wai

Haskell Web Application Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Haddock Documentation

About

Haskell Web Application Interface

License:MIT License


Languages

Language:Haskell 98.6%Language:HTML 0.5%Language:JavaScript 0.4%Language:CSS 0.2%Language:C++ 0.1%Language:C 0.1%Language:ApacheConf 0.0%