http://qs321.pair.com?node_id=1062929


in reply to Providing feedback to Web GUI (Mojolicious)

An easy first step would be to prepare a simple status page and set it to refresh periodically (meta refresh). Next step would be to use a timer in your javascript and only refresh the status, rather than refresh the whole page, so the back button works as expected.

This assumes your process records progress somewhere suitable for producing the status page. This could be to your application database, to a log file or whatever.