gevent-socketio icon indicating copy to clipboard operation
gevent-socketio copied to clipboard

Is it possible to use gevent-socketio as a socket.io client?

Open garyo opened this issue 7 years ago • 1 comments

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?

garyo avatar May 30 '18 13:05 garyo

No, gevent-socketio is a socketio server, not a client. I'd recommend socketio-client for the other side of the equation.

AusIV avatar Jul 02 '18 14:07 AusIV