A RESTful Haskell web framework built on WAI.
Browse cluster: Haskell tooling and libraries →Yesod is an advanced web framework for the Haskell programming language, built on WAI, that emphasizes compile-time safety and security alongside developer productivity and raw performance. The framework consists of multiple packages providing core functionality (yesod-core), form handling (yesod-form), authentication with pluggable mechanisms like OAuth and email (yesod-auth), static file serving (yesod-static), websockets support (yesod-websockets), server-sent events (yesod-eventsource), testing facilities (yesod-test), and a development server with automatic recompilation (yesod-bin). The project is maintained by the yesodweb organization and is fully documented on its website.