Hacker News new | ask | show | jobs
by maxmalysh 2329 days ago
It's time to migrate to async/await. Check out asyncio.Protocols for TCP servers and aiohttp for HTTP servers. We get beautiful async stack traces delivered to Sentry. Debugging anything is a joy.
1 comments

I’m always a +1 for aiohttp (and aiopg)’s ease of use