Description
Provides the Yesod framework for building type-safe RESTful web applications in Haskell. Yesod uses the type system to catch many routing, handler, and template mistakes at compile time.
It is useful for web services, APIs, full web applications, admin tools, and systems that value compile-time guarantees. Production apps still need careful authentication, authorization, database, deployment, and security configuration.