is there any socket io 1.x server library for python? I have found https://github.com/miguelgrinberg/Flask-SocketIO but only support for socket io version 0.9.16, this is the author say :
Please do not use the new socket.io 1.0 client libraries, that is a very recent release that is likely not supported by project gevent-socketio. Please use 0.9.16 for now. https://github.com/miguelgrinberg/Flask-SocketIO/issues/33
Please help me :)