Python Forum

Full Version: Pro's and Con's of some different websocket libraries
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have been playing with websockets at https://github.com/aaugustin/websockets/...README.rst
The read me is pretty clear on it's pro's and con's.
It's says if you need call backs go elsewhere. I don't think I need call backs, but I would like for it to run in it own thread. The fact that it is based on asycnio is proving to be a challenge to mix the two.

So what other websocket library that works with python?