pandeiro / boot-http

A simple HTTP serve task for the Boot build tool
62 stars 34 forks source link

Kill the server #56

Closed agzam closed 7 years ago

agzam commented 7 years ago

Can you please add a way to kill the server from within the repl? Right now it's impossible to restart a task that uses serve. It would complain that the port has already been taken. Thanks!

sooheon commented 7 years ago

This would really be nice. This is blocking using adzerk's recommended workflow: https://adzerk.com/blog/2017/02/faster-clojure-metadevelopment-with-boot/