Hacker News new | ask | show | jobs
by jonathan_s 4544 days ago
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
1 comments

Awesome! FWIW, Autobahn also supports PubSub and RPC over WebSocket in a unified protocol: WAMP (http://wamp.ws/)