did i just finish my reverse proxy?????

preview_player
Показать описание

### Best Way To Support Me
Become a backend engineer. Its my favorite site

This is also the best way to support me is to support yourself becoming a better backend engineer.

MY MAIN YT CHANNEL: Has well edited engineering videos

Discord

Рекомендации по теме
Комментарии
Автор

Every programmer's last words: "It's not far from being done"

trueberryless
Автор

Interesting project - i do a lot of enterprise reverse proxy work and even just configuring them can be extremely complex at scale. So many crazy edge cases, and complex requirements especially around persistence, monitoring, ssl, rewriting etc

regiondeltas
Автор

The recap!!! This is awesome. Do more stream/project recaps please.

sweep-
Автор

^^ it's always fun how simple, efficent and beautiful such code is, as long as you only care about good actors. Once you have to take care about bad actors, especially nasty once, it gets so ugly and convoluted.

MrHaggyy
Автор

Just started following. You are so entertaining; I appreciate your excitement.

danielmiller
Автор

Good job man. Keep it up and I hope you will have fun while doing it.

EA
Автор

4:41 Structured Logging shown, let's go!

NostraDavid
Автор

Obviously if you're just using one matchmaking server it creates a single point of failure for all game servers in the event of a DDoS. But if that was really a concern you would use or create a sophisticated edge network that tries to prevent that. But then you're basically reinventing cloudflare (a way more complicated thing) to defend your game servers.

purdysanchez
Автор

It's cool seeing you geek out on your project, keep it up.

alejandroalzatesanchez
Автор

my man, sip some herbal tea with honey

WebDevCody
Автор

More of this! So great! I love how you explain things.

auslacroix
Автор

The title makes me think of Betteridge's law of headlines

Автор

You should check out the Star Citizen Server meshing Tech. I think their approach is really cool, but probably Has to be deeply integrated in the game engine. So probably not manageable in reasonable time

hexxone
Автор

eBPF stuff would be really cool to watch, I've never used it myself though

msl
Автор

Awesome video! Please make more of these quick overviews that show some actual code

acrosstheocean
Автор

Super Entertaining project loves the comentary

spacetime
Автор

Your reverse proxy you made make me think of NAT + Firewall with the fact you need to filter than translate the ip than respond to the sockets.
Or maybe NAT were always reverse proxy ?

gungun
Автор

Prime you are coding very Tiger style. I’m down with putting asserts throughout my code, but writing a simulator seems like a bit much to just pick up. How long did it take you to really get in to/master tiger style?

lordkazoo
Автор

Pretty boxes my friend. Very well presented

kossboss
Автор

Now I'm worried about authentication 😬

johnblomberg