An open API service indexing awesome lists of open source software.

https://github.com/strojure/spin

Clojure HTTP server abstraction.
https://github.com/strojure/spin

Last synced: 9 months ago
JSON representation

Clojure HTTP server abstraction.

Awesome Lists containing this project

README

          

# spin

Clojure HTTP server abstraction.

[![Clojars Project](https://img.shields.io/clojars/v/com.github.strojure/spin.svg)](https://clojars.org/com.github.strojure/spin)

[![cljdoc badge](https://cljdoc.org/badge/com.github.strojure/spin)](https://cljdoc.org/d/com.github.strojure/spin)

## 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.