wrp/README.md

24 lines
1007 B
Markdown
Raw Normal View History

# WRP - Web Rendering Proxy
2019-06-01 01:28:48 +00:00
2019-05-29 08:29:01 +00:00
A HTTP proxy server that allows to use historical and obsolete web browsers on the modern web. It works by rendering the web page in to a GIF image associated with clickable imagemap of original web links.
2019-01-08 01:04:07 +00:00
2019-06-04 09:20:43 +00:00
## Current Status
2019-05-30 09:04:25 +00:00
2019-06-05 06:35:40 +00:00
* This is the new GoLang/ChdomeDP version.
2019-06-05 08:17:25 +00:00
* It's still lacking some features of the [older version](/old) (such as real http proxy mode and image manipulation) but far surpases it in terms of stability and usability.
2019-06-05 08:18:23 +00:00
* Currently works as browser-in-browser however work on http proxy mode is under way.
2019-06-05 08:19:07 +00:00
* It's beta quality but I can actually fix and maintain the code.
2019-05-27 23:37:19 +00:00
2019-06-05 08:35:42 +00:00
![ncsa mosaic on reddit in 2019](wrp.png)
2019-06-04 09:20:43 +00:00
## Flags
```
-l listen address:port, default :8080
-h headed mode, display browser window
-d chromedp debug logging
```
## More info and screenshots
* http://virtuallyfun.superglobalmegacorp.com/2014/03/11/web-rendering-proxy-update/
* http://virtuallyfun.superglobalmegacorp.com/2014/03/03/surfing-modern-web-with-ancient-browsers/