Hacker News new | ask | show | jobs
by austin-cheney 690 days ago
Demo a new proxy that can handle absolutely anything. What looks cool is spinning up a bunch of Linus VMs and pushing them through a VNC to JS emulator so that they stream direct into a browser. Where you can make money is in repurposing that proxy to solve real business problems like authentication, load balancing, traffic redirection, vanity domain support, opening encrypted tunnels, and so forth.

You can find 30 Linux VMs here, via docker compose: https://docs.linuxserver.io/images/docker-webtop/

Universal TCP/TLS proxy that can stream any protocol in a few lines as possible:

https://github.com/prettydiff/webserver/blob/main/lib/transm...

Good luck

1 comments

Oooh thank you for that suggestion.