Hacker News new | ask | show | jobs
by tomchristie 3928 days ago
Anything you can share? Some good examples of networking code with async/await would be incredibly helpful. The documentation covers the primatives but I have a hard time putting it all together.
1 comments

Unfortunately the code is not open source - I'll try to open parts of it in the future.

But please do check this simple gist I found some time ago that helped me understand how powerful asyncio is:

https://gist.github.com/gdamjan/d7333a4d9069af96fa4d

I'm actually tearing up here. That is... Beautiful.