Skip to content
/ eddy Public

Jetty11+ wrapper/adapter for clojure

Notifications You must be signed in to change notification settings

mpenet/eddy

Repository files navigation

eddy Clojars Project cljdoc badge

Jetty11+ server library (client support might eventually be added later).

  • builds on protocols for request/response handling (no ring by default, fast)
  • can run Handlers via an exoscale/interceptor chain, meaning you can skip any request/response handling phase, at "config time" or "request time", less is more
  • provides an interceptor chain for RING (v1) handlers
  • async input/output via CompletableFuture
  • NIO reading/writing
  • sync or async handler base
  • optional support for HTTP-2
  • quite minimal codebase

[wip]

Documentation

cljdoc badge

Installation

Clojars Project

License

Copyright © 2021 s-exp

Eclipse Public License - https://www.eclipse.org/legal/epl-v10.html

Inspired from code of ring-clojure

Copyright © 2009-2021 Mark McGranaghan, James Reeves & contributors.

MIT license