Today, even 64bit machines running Microsoft Windows 10 can run applications written in old platforms such as VB6. This has allowed many old desktop applications to continue working even after their manufacturers have disappeared or stopped supporting old versions of their software. However, I have recently noticed that current modern browsers such as Firefox and Chrome are starting to emit deprecation warnings when they are used for accessing old self-hosted web applications.
So, we have a situation in which the GUI of a web application is in risk to become obsolete and useless while the backend is still fully functional and compatible with new OS versions. Is there any browser that could be used for accessing old web applications? I was thinking on writing a desktop application with a particular Webkit core embedded in it, but I'm not sure if there is any alternative to this issue.
Thank you!