Skip to content
/ wai Public
forked from yesodweb/wai

Haskell Web Application Interface

License

Notifications You must be signed in to change notification settings

flipstone/wai

 
 

Repository files navigation

An interface between Haskell web frameworks and web servers.

Build status

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 99.1%
  • Other 0.9%