I'm starting to play with the java-socket.io client
(https://github.com/benkay/java-socket.io.client). I'll probably try
to model a python client around it and in the meantime it should give
me something on Android.
I don't actually need screaming performance, but I want to consolidate
to one communication system. It's interesting that for example, with
a python socket.io server and a java socket.io client, socket.io is
looking more like a standard than an implementation.
Thanks for the references, very eye-opening,
-db-