Skip to content

strojure/spin

Repository files navigation

spin

Clojure HTTP server abstraction.

Clojars Project

cljdoc badge

Motivation

  • Compute HTTP request data on demand.
  • Embrace blocking, non-blocking and async IO.
  • Allow sync and async handlers simultaneously.
  • No difference between handler and middleware.