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.
Pedestal requires Java 1.11+ and Servlet 3.1
Please see Releases for version details, updates, and necessary migration steps.
We prefer data over functions, and functions over macros.
Open subsystems, such as routing, are defined in terms of a well-defined protocol so that applications can seamlessly integrate their own solutions when necessary.
We feel that interceptors are the ideal way to implement these ideals.
Use leiningen (2.2.0+) to create a new Pedestal service. This will automatically pull templates from http://clojars.org
lein new pedestal-service the-next-big-server-side-thing
See the samples or Pedestal.io docs site for information on Pedestal, including:
Our primary focus for the near future is Pedestal documentation, sample applications and improving general ease of use.
Pedestal's roadmap gets captured within the GitHub issues.
At present Pedestal supports OSX and Linux environments. At this time we do not support using Pedestal on a Windows environment.
Some good news: We will still gladly accept pull requests extending our Windows support
The bad news: We will not invest significant amounts of time into diagnosing or correcting Windows issues.
See CONTRIBUTING.md for details on contributing to Pedestal.
From the tests
subdirectory, execute 'clj -X:test`.
Copyright 2013 Relevance, Inc.
Copyright 2014-2023 Cognitect, Inc.
The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0) which can be found in the file epl-v10.html at the root of this distribution.
By using this software in any fashion, you are agreeing to be bound by the terms of this license.
You must not remove this notice, or any other, from this software.
Can you improve this documentation? These fine people already did:
Paul deGrandis, Daniel De Aguiar, Ryan Neufeld, Daemian Mack, Howard M. Lewis Ship, Michael Nygard, Sam Umbach, Pedestal Team, Joe Lane, Alex Redington, Marc Phillips & Michael ParenteauEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close