ring

petr.mensik 2018-02-15T16:55:51.000036Z

Hello guys, what is the best way of implementing Websocket server in Ring? I am using ring-jetty adapter for development and Tomcat 8 on production. I tried to search for a library supporting both but I didn't succeed. Should I do it all on my known? Or can I write it in Java via websocket-api? Any suggestions which will point me to the right direction are welcomed 🙂

2018-02-15T17:22:07.000337Z

@petr.mensik If you’re using Jetty and Tomcat, that would imply you need a websocket library that uses the Java servlet API.