Using moclojer as a framework
Moclojer supports use as a library (package), making it possible to import and extend standard behavior
Do you know when you want to use (binary) software, but you miss a feature that doesn't yet exist in its core (or the maintainers believe it doesn't make sense to implement)? With this in mind, moclojer makes it possible to extend its default behavior by using it as a library, importing the packages you need and changing the default behavior.
Where to start?
moclojer consists of two main features:
specification for writing http configuration
http server (we use pedestal)
The specification is the main feature of moclojer, and it is the one that allows you to write the configuration of the http server in a simple and intuitive way.
Distribution
We distribute the library via Clojars.
Clojure CLI/deps.edn
Leiningen/Boot
git
in deps.edn
git
in deps.edn
Example
Last updated