simple: A minimalist web framework for the WAI server interface
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- Exposed modules use unallocated top-level names: Web
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.
Properties
Versions | 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.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 |
---|---|
Change log | None available |
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 |
Source repo | head: git clone anonymous@gitstar.com:alevy/simple.git |
Uploaded | by AmitLevy at 2014-01-27T18:23:56Z |
Modules
- Web
- Web.Frank
- Web.REST
- Web.Simple
- Web.Simple.Auth
- Web.Simple.Controller
- Web.Simple.Responses
- Web.Simple.Static
- Web.Simple.Templates
Downloads
- simple-0.7.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees