About

Metadata

  • Last updated , by JosephAbrahamson
  • License BSD-3-Clause
  • Categories Web Development
  • Maintained by: me@jspha.com

  • Lottery factor: 0

Links

Installation

Readme

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.