Can I run an app.get function in background? (Express Js)
If I execute the function app.get and then renders a page, I can execute a loop with setInterval (and then a table reloads with ajax), but when I go to another route, the loop stops. Is there a way to keep it running?