We have existing applications which are hosted on tomcat 6 and we are moving to tomcat 7 which provides websockets support.
I wanted to try socket.io in our application, for some of the features based on websockets, since it has very good cross browser support.
I couldn't find any resources online for this combination, socket.io + tomcat,though there are quite a few for (Socket.io + jetty).
Has anyone tried it?