Pedestal is a set of libraries written in Clojure that aims to bring both the language and its principles (Simplicity, Power and Focus) to server-side development.
Getting started
Starting a new project
Use leiningen (2.2.0+) to create a new Pedestal service. This will automatically pull templates from http://clojars.org# To create a new service:
lein new pedestal-service the-next-big-server-side-thing
Digging deeper
Roadmap
Our primary focus for the near future is Pedestal documentation, sample applications and improving general ease of use.Documentation
- Pedestal documentation is coupled within this repository.
https://github.com/pedestal/pedestal