Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 487 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 487 Bytes

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.