coconutpalm/boot-server

A simple `serve` task for use with [the boot build tool][boot] that can serve resources, directories or a typical ring handler.

Leiningen/Boot

[coconutpalm/boot-server "0.9.2"]

Clojure CLI/deps.edn

coconutpalm/boot-server {:mvn/version "0.9.2"}

Gradle

implementation("coconutpalm:boot-server:0.9.2")

Maven

<dependency>
  <groupId>coconutpalm</groupId>
  <artifactId>boot-server</artifactId>
  <version>0.9.2</version>
</dependency>