Package Info

ghc-simple


A minimalist web framework for the WAI server interface


Development/Libraries/Haskell

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.


License: LGPL-3.0+
URL: https://hackage.haskell.org/package/simple

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.11.2-bp150.1.3 info GA Release 2018-07-31 15
  • AArch64
  • ppc64le
  • ghc-simple
  • ghc-simple-devel
0.11.2-bp150.1.5 info GA Release 2018-07-30 15
  • x86-64
  • ghc-simple
  • ghc-simple-devel