Fork me on GitHub
#ring
<
2020-07-19
>
benny06:07:44

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?

ouvasam13:07:31

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

seancorfield19:07:26

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