simple

minimalist web framework for the WAI server interface

Description

Simple is a "framework-less" web framework for Haskell web applications based on the WAI server interface (f.ex. for use with the warp server). Simple does not enforce a particular structure or paradigm for web applications. Rather, Simple contains tools to help you create your own patterns (or re-create existing ones). Simple is minimalist, providing a lightweight base - the most basic Simple app is little more than a WAI 'Application' with some routing logic. Everything else (f.ex. authentication, controllers, persistence, caching, etc.) is provided in composable units, so you can include only the ones you need in your app, and easily replace them with your own components.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://simple.cx


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install simple