5 ms·
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/jon
by jonathan_s 13y 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 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/)