Le jeudi 21 juillet 2016 14:34:16 UTC+2, Victor Stinner a écrit :
>
> Ideas?
>

There's definitely room for many docs/tutorials because the asyncio space 
is so broad. I've been working with asyncio almost daily for the past 6 
months (on various internal projects and a little bit on aioamqp 
<https://github.com/Polyconseil/aioamqp/>) and IMHO the biggest missing 
piece is how to work with protocols: how to work with 
protocols/transports/streams internals, what the user-facing API should be, 
etc.

Maybe such material already exists in the Twisted realm (I'll gladly admit 
I didn't look there), but there could/should be information on this, 
specifically tailored to asyncio.

Right now, websockets <https://github.com/aaugustin/websockets/> serves as 
my reference guide on how to design protocol-based APIs.

Cheers,

Rémi

Reply via email to