|
|
|
|
|
by fjp
2433 days ago
|
|
It won't be quite as fast to get off the ground as Django since it's not batteries included, but as an async Python fan I like to spin things up with aiohttp + Postgres like here: https://github.com/francojposa/aiohttp-postgres or here: https://github.com/francojposa/aiohttp-auth The upside is that aiohttp's built in server can be put up in production with a lot more confidence than Django's built-in server, meaning one less layer to configure |
|