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 🙂
@petr.mensik If you’re using Jetty and Tomcat, that would imply you need a websocket library that uses the Java servlet API.