socketIO-client · PyPI
https://pypi.org/project/socketIO-client10.12.2016 · cd $(python -c "import os, socketIO_client;\ print(os.path.dirname(socketIO_client.__file__))") DEBUG=* node tests/serve.js # Start socket.io server in terminal one DEBUG=* node tests/proxy.js # Start proxy server in terminal two nosetests # Run tests in terminal three For debugging information, run these commands first.
socketIO-client · PyPI
pypi.org › project › socketIO-clientDec 10, 2016 · Here is a socket.io client library for Python. You can use it to write test code for your socket.io server. Please note that this version implements socket.io protocol 1.x, which is not backwards compatible. If you want to communicate using socket.io protocol 0.9 (which is compatible with gevent-socketio ), please use socketIO-client 0.5.7.2.
python-socketio-client · PyPI
pypi.org › project › python-socketio-clientOct 18, 2017 · Python implementation of the socket.io client. Design & goals This implementation is inspired by the JavaScript socket.io-client implementation. It is directly using python-engineio-client as underlying engine.io layer. Protocol parser is copied in parts and at least largely inspired from the package python-socketio written by Miguel Grinberg.
python-socketio-client · PyPI
https://pypi.org/project/python-socketio-client18.10.2017 · This implementation is inspired by the JavaScript socket.io-client implementation. It is directly using python-engineio-client as underlying engine.io layer. Protocol parser is copied in parts and at least largely inspired from the package python-socketio written by Miguel Grinberg. This socket.io client is using gevent for now.