WebSocket for Python 2 and 3 on Twisted and Asyncio(mail.python.org)
mail.python.org
WebSocket for Python 2 and 3 on Twisted and Asyncio
https://mail.python.org/pipermail/python-list/2014-January/663683.html
2 comments
Asyncio is really nice. Definitely a joy to use and easier to learn then Twisted. I have a Redis client library with full pubsub support:
https://github.com/jonathanslenders/asyncio-redis
Awesome! FWIW, Autobahn also supports PubSub and RPC over WebSocket in a unified protocol: WAMP (http://wamp.ws/)