Skip to content
/ wai Public
forked from yesodweb/wai

Haskell Web Application Interface

License

Notifications You must be signed in to change notification settings

cachix/wai

This branch is 108 commits behind yesodweb/wai:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c50cb91 · Sep 6, 2024
May 26, 2024
Jul 5, 2024
Jan 11, 2024
Jan 14, 2024
Apr 27, 2024
Mar 2, 2024
Jan 11, 2024
May 26, 2024
Jan 11, 2024
Jan 11, 2024
Jan 11, 2024
Jan 11, 2024
Jul 29, 2024
Jun 25, 2024
Sep 6, 2024
Oct 13, 2023
Nov 15, 2017
Feb 27, 2017
May 21, 2021
Jul 29, 2024
Jan 11, 2024
Jul 23, 2022
Aug 5, 2024
Aug 5, 2024
Aug 5, 2024
Aug 5, 2024
Aug 5, 2024
Aug 5, 2024

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.2%
  • Other 0.8%