7 ms·
WebSocket for Python 2 and 3 on Twisted and Asyncio
- steder 13y agoIt is really great to see this. Like the Norwegian Blue, Python3 isn't dead yet!
- oberstet 13y agoIndeed. 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.
- jonathan_s 13y agoAsyncio 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 https://github.com/jonathanslenders/asyncio-redis
- oberstet 13y agoAwesome! FWIW, Autobahn also supports PubSub and RPC over WebSocket in a unified protocol: WAMP (http://wamp.ws/ http://wamp.ws/)