Original post author here. On the single server level I've mostly used Flask behind uWSGI for load balancing, My experience with this has been overall positive (but uwsgi can be a bit of a pain to script deployments for, maybe it's better now though, not sure).
Then there's the further load balancing you can do behind something like an ELB instance in AWS to control load across multiple servers.
Then there's the further load balancing you can do behind something like an ELB instance in AWS to control load across multiple servers.