/meerkat

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

Meerkat

Meerkat is a tiny framework to build http applications with modular structure. It consists of

  • services sub-system provides configurable modules with dependency injections. Inspired by Stuart Sierra's Component
  • http service is a netty-based http stack
  • routing is a routing library which supports routes with wildcard parameters
  • pipeline allows to configure processing pipeline with sync/async steps

Usage

TBD

License

Copyright © 2015 Ivan Pogudin

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.