I have a django app (frontend) which sends requests to a connexion api (backend). Now I want to add info to the user to know the progression of the request in real-time upon making a request to my api.
Example: from my django app, if I submit a form it will launch a request via requests.post
and will show me some text ( ie: creating, deleting, updating ...)
I tried using flask-socketio but I found no example of how it could be done. (connexion with socketio)
PS: I want to use connexion for my api but it there is something else to use instead of socketio I don't mind