I am looking for a simple Socket.IO server written in Java.
I am familiar with this one, but it has a dependency on servlets, which I am not using in my application.
I am looking for something similar to this, but supports all of the Socket.IO protocol, not just the WebSocket part.
EDIT: this also means no Jetty, etc.