Hacker News new | ask | show | jobs
by satoru42 1091 days ago
> The bottom-line is that if I were tasked with implementing a server that must handle thousands of concurrent users (or substitute your other favorite async use-case), I would pick gevent or a tool like golang over asyncio every time.

Me too! If I have to remember to add await and async to avoid accidentally breaking my code, why don't I just write in Go instead? At least I get some safety checks from the compiler.