I am currently working on an application ROFFLE, I may not be very good in terming correctly, What I am able to do right now?
User goes on a website, he clicks on a button and an ajax request is done to python file (test.py) but when he exits, the request is aborted and the processing done till yet has gone waste
What I want to do?
As user clicks the button, the processing starts. The script should not be killed even if the user leaves the webpage. In simple words, the Javascript
part should be limited to trigger/queue the python script to execute (with input provided online) which has to be deployed by a web server that supports it via CGI
How can this be implemented?
Please note:
1. This is a web application and cannot be a software