A set of utilities and helpers for building ring apps.
Some of the core features includes the following:
- stateful sessions and cookies
- static resource management and file uploads
- custom response types and redirects
- input validation
- content caching
- route filtering and redirection
- password hashing using jBcryt
See the API for more details.
This library was originally split out from the Noir web framework for your enjoyment.
This library is being actively developed separate from Noir. Nothing in here is specific to Noir and the purpose of it is to be used from any ring-based web framework, such as Mustache and Compojure.
You want to use Leiningen, of course. Add this to your :dependencies
[lib-noir "0.3.5"]