Description
Provides a Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp. It lets developers define routes and responses with a compact style suitable for small services and web apps.
It is useful for APIs, prototypes, internal tools, and lightweight web applications. It is a developer library; the running website or service is created by the application using it.