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.
- Host: GitHub
- URL: https://github.com/strojure/spin
- Owner: strojure
- License: unlicense
- Created: 2023-08-07T12:38:02.000Z (over 2 years ago)
- Default Branch: default
- Last Pushed: 2024-03-07T15:31:06.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T23:27:38.649Z (11 months ago)
- Language: Clojure
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# spin
Clojure HTTP server abstraction.
[](https://clojars.org/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.