I am trying to run a local host server using laragon .I want to start a python program and keep it running(even after server restart) until my server shutdowns . Suppose i have a file test.py , I want to keep it running as soon as my server starts up .
I know it might work when used with PHP and calling that script using the browser. But i want to run it as soon as the server starts up as a python program.