ring

benny 2020-07-19T06:21:44.126300Z

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?

2020-07-28T13:10:31.132800Z

Hi, I don't think so. you should use lein run instead i think

seancorfield 2020-07-19T19:31:26.128200Z

@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?