Hacker News new | ask | show | jobs
by jordic 2101 days ago
With async Django views we can use Django with asyncpg... o_o but middlewares are still synch...
1 comments

Yeah, it will be some more years before you can simply write async stuff in Django and not worry about every single library that you use, whether it supports async or not.

That's why some years ago I gave up on Django altogether and moved to Nodejs. Much better experience writing async code.

Our front service it's a nextjs/nodejs project. But I still prefer python :) and our API's are python based, typed async python.. but python..