5 ms·
With async Django views we can use Django with asyncpg... o_o but middlewares are still synch...
by jordic 6y ago
With async Django views we can use Django with asyncpg... o_o but middlewares are still synch...
- zaro 6y agoYeah, 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.
- jordic 6y agoOur 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..