Javascript – How to send data returned from a function to client in Django in real time without the client need to refresh?
I am writing a program to retrieve data and display it in a Django template. I have a function called match_algo() that takes a long time to run. I want to initially show 'Loading...........' on the page, and once the…