Processing POST requests in Flask-socketIO app hosted on the cloud
I’ve build a test app (testing for RESTfull Api) to process some POST requests from another app.
When both apps are run localy from PyCharm everything works ok – POST request activates a function which a frontend socketIO is monitoring, and thus triggering a Frontend element update.