Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 494 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 494 Bytes

#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.