i need to use http-kit for websockets but would prefer to keep the simplicity of using the lein-ring plugin, is it possible without jetty?
Hi,
I don't think so. you should use lein run
instead i think
@benny I've never used lein-ring
. I've always just started Jetty directly, which makes it much easier to switch web servers (we've gone back and forth between Jetty and http-kit in production over the years). Also, I thought Jetty supported WebSockets these days?