Hi all, As long as the Jetty 9 upgrade has stop Wiab from using Socket.IO, I am trying a solution that was suggested in a previous discussion: atmosphere framework.
They state that Atmosphere server component works with Socket.io clients without any change, so I am focus on that. ( https://github.com/Atmosphere/atmosphere/wiki/Getting-Started-with-Socket.IO ) I've integrated the framework and implemented analogue clases for Connection, Channel... in ServerRpcProvider.java. And I replaced the old servlet matching "/socket.io" with a new atmoshphere handler. Now ,in order to test, I would like to know how the websocket to socket.iofall-back works. Is it just client logic staff? Can anyone help me on this? Thanks in advance, Pablo