serv-wai

Dependently typed API servers with Serv

http://github.com/tel/serv#readme

Latest on Hackage:0.2.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Joseph Abrahamson
Maintained by [email protected]

Implement Network.Wai style servers matching Serv.Api style API descriptions.

This package offers tools for building lightweight API servers to match APIs described using the types from Serv.Api. You implement endpoints matching the API types in whatever monad you desire (providing a "run" function to IO) and the server is automatically generated from there.

See the README for more details.