Porting the Autobahn(Twisted) client to PyZmq

RandomTrader
After going through the code of PyKiteConnect - ticker.py, i am now wondering if the WebSocket Reconnecting client can be ported to (somehow) PyZmq. Has anyone tried this before?

Disclaimer : I am quite new in Network Programming, so am unsure whether this porting will be feasible or not. The inspiration behind this question is to reduce my dependencies, since i am already going to be using PyZmq for IPC, so this thought came across whether would it be possible to port the WebSocket Reconnecting client into PyZmq itself (thereby letting go of the Autobahn(Twisted) dependency).
Sign In or Register to comment.