socket.io - How to communicate with socket cluster server with python as client -
i newbie socketcluster had install socketcluster of link
i able communicate server through browser console given in above link.but want python client.
so try using socketio pacakage. following my code
from socketio_client import socketio socketio('localhost', 8000) socketio: socketio.emit("ping", {message: ' object message property'})
but getting error as
no handlers found logger "socketio_client"
so want know how communicate socketcluster server python client
the socket.io client not protocol-compatible socketcluster server. sc sockets share similar api socket.io though. there no python client sc @ moment.
Comments
Post a Comment