Forums

working with an API when multi threading is not allowed!

Hi, I am using an api to process some photos. when I send a post request to this api which contains the url link to the photo. that api checks the link, but my flask app is busy waiting for the api response! because multi threading is not allowed here. I would be great full if any one could help me on this issue.

grateful :)

Something like that: https://help.pythonanywhere.com/pages/AsyncInWebApps/ ?