Does anyone know a way to make a progress bar in web system? In case my progress bar is not for file upload, it is a task that takes a while, there it would be nice a progress bar so the user does not think it crashed. I already researched everything, but I did not succeed. In case my system is in PHP, but I think there is no way to do this in PHP, because in PHP I can not read the status of a request while it does not finish. I thought maybe I could do this in NodeJS, but I have no knowledge at all at node at the moment. Can anyone tell me if it would be possible with Node and where to start?