Hacker News new | ask | show | jobs
by doctor_eval 1246 days ago
There is frequently a reverse proxy in front of all web services. It’s got nothing to do with the quality of the implementation behind the curtains. And “the actual load” is by definition managed by the endpoint not the router.

I mean it would be trivial to implement that reverse proxy in Go. And I do mean trivial; Go also includes a reverse proxy utility, so you can implement something basic in about 5 LOC.

At this point it’s hard to believe you’re being genuine.

1 comments

So trivial that it isn't usually the case.

A weekend project and going at scale isn't the same thing.

sigh