gevent-socketio
gevent-socketio copied to clipboard
Is it possible to use gevent-socketio as a socket.io client?
I need to talk with a socket.io server -- it it possible to use gevent-socketio as a client, connecting to a websocket on a server and then exchanging realtime messages?
No, gevent-socketio is a socketio server, not a client. I'd recommend socketio-client for the other side of the equation.