ivy-web

A lightweight web framework

https://github.com/lilac/ivy-web/

Latest on Hackage:0.2

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 James Deng
Maintained by [email protected]

A lightweight web framework, with type safe routes, based on invertible-syntax, and i18n support.

The features of this web framework:

  • Type safe routes, specify url-handler mapping in one place.

  • Simple yet elegant handler via type class.

  • Flexible template system, utilize exsisting libraries such as Blaze-Html and Hastache.

  • Easy i18n

For an example, please refer to https://github.com/lilac/ivy-demo/

Note: Unlike 0.1 version, this version support snap-server as backend.