simple: A minimalist web framework for the WAI server interface
Simple is "framework-less" web framework for Haskell web applications
based on the WAI server interface (e.g. 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 (e.g. 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
with your own components.
To get started, create an app skeleton with the smpl
utility:
$ cabal install simple $ smpl create my_app_name $ cd my_app_name $ smpl
See Web.Simple for a more detailed introduction.
Modules
[Index]
Downloads
- simple-0.8.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.2.0, 0.3.0, 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.7.0, 0.7.0.1, 0.8.0.0, 0.8.0.1, 0.8.1.0, 0.9.0.0, 0.10.0.0, 0.10.0.1, 0.10.0.2, 0.10.0.3, 0.10.1, 0.11.0, 0.11.1, 0.11.2, 0.11.3, 1.0.0, 2.0.0 |
---|---|
Dependencies | aeson, attoparsec, base (<6), base64-bytestring, bytestring, cmdargs, conduit, directory, filepath, http-types, mime-types, monad-peel, process, setenv, simple-templates (>=0.7.0), text, transformers, unordered-containers, vector, wai (>=2.0), wai-extra [details] |
License | LGPL-3.0-only |
Author | Amit Levy, Daniel B. Giffin |
Maintainer | amit@amitlevy.com |
Category | Web |
Home page | http://simple.cx |
Bug tracker | http://github.com/alevy/simple/issues |
Source repo | head: git clone http://github.com/alevy/simple.git |
Uploaded | by AmitLevy at 2014-03-13T04:32:22Z |
Distributions | Debian:1.0.0, LTSHaskell:2.0.0, NixOS:2.0.0, Stackage:2.0.0 |
Reverse Dependencies | 5 direct, 0 indirect [details] |
Executables | smpl |
Downloads | 16589 total (94 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |