Slipway provides support for Eclipse Jetty in Clojure.
Github: GitHub - factorhouse/slipway: A Clojure Companion to Jetty · GitHub
Clojars: [io.factorhouse/slipway-jetty12 "2.1.0"]
This release is a significant upgrade to previous versions of Slipway, including:
- Embedded Jetty 12.1 with native handlers (no Servlet/EE dependencies).
- Websockets (combining Jetty with Sente).
- Extended OIDC support including:
- Authorization Code Flow with Refresh Token redemption
- Client Credentials Flow
- Multi-Handler Server implementations
- Virtual Host pinning of Handlers to Connections
Thanks!
Derek