What does HackerNews think of browservice?

Browservice: Browse the modern web on historical browsers

Language: C++

"browservice" will render web pages server-side and then deliver them to your browser as an image with simple javascript.

It works in virtually all "old" browsers and can be very useful for older computers.

https://github.com/ttalvitie/browservice

For very old web browsers, WRP works similarly but replaces the javascript with an imagemap.

https://github.com/tenox7/wrp

This is were things like browservice comes to the rescue if you have a bigger machine available and only need more independent terminals: https://github.com/ttalvitie/browservice

Also rdp/freenx/x2go/vnc can help.

That doesn't make the old computer a full independent desktop but it can avoid sending a perfectly good keyboard/trackpad/monitor in the landfill. And unless you are a dev, 99% of the time you need a browser you already have network and won't point to localhost so that remote faster box can be connecred through vpn anywhere.

You could use WRP, which renders web pages into giant imagemaps. https://github.com/tenox7/wrp

There's also Browservice: https://github.com/ttalvitie/browservice

Browservice renders navigable screenshots in IE or any other browser, using a modern counterpart as its proxy (although using it might feel like cheating):

- https://github.com/ttalvitie/browservice

- https://news.ycombinator.com/item?id=23595430

There was a project floating around recently that rendered the website as an image using a modern browser backend, transmitted it back to any old browser (was demonstrated using IE5, I think), and also mapped mouse clicks to the appropriate locations in the document so the page remained more or less interactive. The UI looked like an extra navigation bar.

Can't remember the name, though (and it's also hard to search for).

edit: browser history to the rescue, it's https://github.com/ttalvitie/browservice