#Socket.io-Netty
This is an implementation of the socket.io server built on top of Netty. Currently, it only supports 3 of the Socket.io protocols: websocket, flashsocket, and xhr-polling.
For an example of production use, check out http://www.typewire.io
#Roadmap
I'm currently waiting for the socket.io 0.7 release to come out before making any big changes. As the 0.7 release is looking like a big rewrite, I will take that opportunity to add in the other supported transports as well.