tlipski / lib-noir

A set of libraries for ring apps, including stateful sessions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lib-noir

A set of utilities and helpers for building ring apps.

Continuous Integration status

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.

Usage

You want to use Leiningen, of course. Add this to your :dependencies

[lib-noir "0.4.6"]

Credits

A lot of these libraries were originally written by Chris Granger and included in the Noir web framework before its deprecation. These libraries were split out into this library and additions and changes have been made over time.

Maintainers

Contributors

There is a very pretty list of contributors here

About

A set of libraries for ring apps, including stateful sessions.

License:Eclipse Public License 1.0