Boot-alt-http [](https://clojars.org/metosin/boot-alt-http)
January 2, 2018 · View on GitHub
Simple Boot http server task to serve files
Features
- By default uses a free port
- Serves index.html for URIs pointing to a directory
- Serve only files with Boot output fileset role
- Works when combined with
targettask and serving files from a directory:(comp ... (target :dir #{"boot-dev-target"}) (server :directories #{"boot-dev-target/public"}))
- Works when combined with
License
Copyright © 2016-2017 Juho Teperi
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.