simple: A minimalist web framework for the WAI server interface

[ lgpl, library, program, web ] [ Propose Tags ]

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.

Downloads

Maintainer's Corner

Package maintainers

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
Change log CHANGELOG.md
Dependencies aeson, attoparsec, base (<6), base64-bytestring, blaze-builder, bytestring, cmdargs, directory, filepath, http-types, mime-types, monad-control (>=1.0.0.0), mtl, process, setenv, simple-templates (>=2.0.0), text, transformers, transformers-base, unordered-containers, vector, wai (>=3.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 2023-04-29T15:33:43Z
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 16095 total (44 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-04-29 [all 1 reports]