What is the most current web-server for Clojure with best websockets support? And what’s the best way to deal with them on Clojure side? Ring? Aleph? Immutant? Something else?
What is the most current web-server for Clojure with best websockets support? And what’s the best way to deal with them on Clojure side? Ring? Aleph? Immutant? Something else? 10 comments
@nikitonsky I like Undertow. No problems with websockets. I even wrote my own ring adapter library for it. @nikitonsky Not updating is fine. But now Immutant is not compatible with the latest versions of slf4j, that's why I've made my own adapter. |
Since Clojure runs on JVM, I'd recommend Jetty