Hacker News new | ask | show | jobs
WebSocket for Python 2 and 3 on Twisted and Asyncio (mail.python.org)
7 points by oberstet 4543 days ago
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/)
It is really great to see this. Like the Norwegian Blue, Python3 isn't dead yet!
Indeed. I'd expect increasing uptake in 2014. I think the current "Python 3 sucks" outburst is indeed a sign it's at a tipping point .. the usual ignore, denial, accept cycle.